class documentation

class KellEtAl2018_smaller(nn.Sequential): (source)

View In Hierarchy

Same as KellEtAll2018 no split, n-class but with a reduced number of channels and possibility to set size of hidden layer

Method __init__ Undocumented
Instance Variable channel_factor Undocumented
Instance Variable conv_layers Undocumented
Instance Variable hidden_layer_size Undocumented
def __init__(self, input_shape=None, output_classes=2, channel_factor=2, hidden_layer_size=1024): (source)

Undocumented

channel_factor = (source)

Undocumented

conv_layers = (source)

Undocumented

hidden_layer_size = (source)

Undocumented