prototorch_models/prototorch/models
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
..
callbacks [BUG] NaN when training with selection initializer 2021-04-29 19:09:10 +02:00
__init__.py Automatic Formating. 2021-04-23 17:27:47 +02:00
cbc.py Automatic Formating. 2021-04-23 17:27:47 +02:00
glvq.py Use Components instead of Prototypes and refactor old examples 2021-04-29 17:05:41 +02:00
neural_gas.py Use Components instead of Prototypes and refactor old examples 2021-04-29 17:05:41 +02:00