Fix example script
This commit is contained in:
parent
4957e821f6
commit
00cdacf7ae
@ -30,7 +30,7 @@ if __name__ == "__main__":
|
||||
noise=1e-1))
|
||||
|
||||
# Callbacks
|
||||
vis = pt.models.VisGLVQ2D(train_ds, show_last_only=True)
|
||||
vis = pt.models.VisGLVQ2D(train_ds, show_last_only=True, block=True)
|
||||
snan = StopOnNaN(model.proto_layer.components)
|
||||
|
||||
# Setup trainer
|
||||
|
Loading…
Reference in New Issue
Block a user