[BUGFIX] examples/gng_iris.py
works again
This commit is contained in:
@@ -29,7 +29,7 @@ if __name__ == "__main__":
|
||||
# Initialize the model
|
||||
model = pt.models.GrowingNeuralGas(
|
||||
hparams,
|
||||
prototype_initializer=pt.components.Zeros(2),
|
||||
prototypes_initializer=pt.initializers.ZCI(2),
|
||||
)
|
||||
|
||||
# Compute intermediate input and output sizes
|
||||
|
Reference in New Issue
Block a user