cascade.core.LogAdj

class cascade.core.LogAdj(value, names=_not_given, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]

Bases: IntEnum

Logging mode of the adjacency matrix in tensorboard

none

Disable adjacency matrix logging

mean

Only log the mean adjacency matrix across SVGD particles

particles

Log adjacency matrices of individual SVGD particles

both

Log both the mean and individual adjacency matrices

Attributes

none

mean

particles

both