prototorch_models/prototorch/models
Jensun Ravichandran 197b728c63
feat: add visualize method to visualization callbacks
All visualization callbacks now contain a `visualize` method that takes an
appropriate PyTorchLightning Module and visualizes it without the need for a
Trainer. This is to encourage users to perform one-off visualizations after
training.
2022-02-02 21:45:44 +01:00
..
__init__.py build: bump version 0.4.0 → 0.4.1 2022-01-11 18:29:55 +01:00
abstract.py fix: GLVQ can now be restored from checkpoint 2022-02-02 16:17:11 +01:00
callbacks.py ci: add github actions (#16) 2022-01-11 18:28:50 +01:00
cbc.py ci: add github actions (#16) 2022-01-11 18:28:50 +01:00
extras.py ci: add github actions (#16) 2022-01-11 18:28:50 +01:00
glvq.py fix: GLVQ can now be restored from checkpoint 2022-02-02 16:17:11 +01:00
knn.py ci: add github actions (#16) 2022-01-11 18:28:50 +01:00
lvq.py ci: add github actions (#16) 2022-01-11 18:28:50 +01:00
probabilistic.py ci: add github actions (#16) 2022-01-11 18:28:50 +01:00
unsupervised.py ci: add github actions (#16) 2022-01-11 18:28:50 +01:00
vis.py feat: add visualize method to visualization callbacks 2022-02-02 21:45:44 +01:00