prototorch_models/prototorch/models
2021-11-16 10:19:31 +01:00
..
__init__.py feat: ImageGTLVQ and SiameseGTLVQ with examples 2021-11-15 11:43:39 +01:00
abstract.py fix(warning): specify dimension explicitly when calling softmin 2021-11-16 10:19:31 +01:00
callbacks.py feat(compatibility): Python3.6 compatibility 2021-08-30 20:32:40 +02:00
cbc.py fix: training loss is a zero dimensional tensor 2021-06-25 17:07:06 +02:00
extras.py feat: gtlvq with examples 2021-11-15 11:43:39 +01:00
glvq.py feat: ImageGTLVQ and SiameseGTLVQ with examples 2021-11-15 11:43:39 +01:00
knn.py [BUGFIX] KNN works again 2021-06-14 20:09:41 +02:00
lvq.py feat(compatibility): Python3.6 compatibility 2021-08-30 20:32:40 +02:00
probabilistic.py fix: labels where on cpu in forward pass 2021-08-05 09:14:32 +02:00
unsupervised.py fix: All examples should work on CPU and GPU now 2021-08-05 11:20:02 +02:00
vis.py feat(vis): 2D EV projection for GMLVQ 2021-09-01 10:49:57 +02:00