bitorch.layers.debug_layers.InputGraphicalDebug

class bitorch.layers.debug_layers.InputGraphicalDebug(figure: Optional[object] = None, images: Optional[list] = None, debug_interval: int = 100, num_outputs: int = 10)[source]

Methods

forward

forwards the given tensor without modification, debug output if activated

Attributes

forward(x: Tensor) Tensor[source]

forwards the given tensor without modification, debug output if activated

Parameters:

x (torch.Tensor) – tensor to be debugged

Returns:

input tensor x

Return type:

torch.Tensor