prototorch_models/examples
Jensun Ravichandran fef73e2fbf [BUG] NaN when training with selection initializer
How to reproduce:
Run the `glvq_spiral.py` file under `examples/`.

The error seems to occur when using a lot of prototypes in combination with the
`StratifiedSelectionInitializer`. Using only a prototype per class, or using
another initializer like the `StratifiedMeanInitializer` seems to make the
problem go away.
2021-04-29 19:09:10 +02:00
..
cbc_circle.py Automatic Formating. 2021-04-23 17:27:47 +02:00
cbc_iris.py Automatic Formating. 2021-04-23 17:27:47 +02:00
cbc_mnist.py Automatic Formating. 2021-04-23 17:27:47 +02:00
cbc_spiral_with_glvq_start.py Am I really the only one with OCD? 2021-04-23 17:41:29 +02:00
cbc_spiral.py Automatic Formating. 2021-04-23 17:27:47 +02:00
glvq_iris_v1.py Small fix on example script 2021-04-29 17:11:06 +02:00
glvq_iris.py Automatic Formating. 2021-04-23 17:27:47 +02:00
glvq_mnist.py Fix glvq mnist example script 2021-04-23 17:49:29 +02:00
glvq_spiral.py [BUG] NaN when training with selection initializer 2021-04-29 19:09:10 +02:00
ng_iris.py Use Components instead of Prototypes and refactor old examples 2021-04-29 17:05:41 +02:00
siamese_glvq_iris.py Use Components instead of Prototypes and refactor old examples 2021-04-29 17:05:41 +02:00