prototorch_models/prototorch/models
Jensun Ravichandran ca39aa00d5 Stop passing component initializers as hparams
Pass the component initializer as an hparam slows down the script very much. The
API has now been changed to pass it as a kwarg to the models instead.

The example scripts have also been updated to reflect the new changes.

Also, ImageGMLVQ and an example script `gmlvq_mnist.py` that uses it have also
been added.
2021-05-12 16:36:22 +02:00
..
__init__.py Stop passing component initializers as hparams 2021-05-12 16:36:22 +02:00
abstract.py Stop passing component initializers as hparams 2021-05-12 16:36:22 +02:00
cbc.py Update Examples to new initializer architecture. 2021-05-06 14:10:09 +02:00
glvq.py Stop passing component initializers as hparams 2021-05-12 16:36:22 +02:00
knn.py Add knn 2021-05-11 17:22:02 +02:00
neural_gas.py Change optimizer using kwargs 2021-05-11 16:13:00 +02:00
vis.py Stop passing component initializers as hparams 2021-05-12 16:36:22 +02:00