Jensun Ravichandran
7d3f59e54b
test: add unit tests
2022-03-30 15:12:33 +02:00
Jensun Ravichandran
9da47b1dba
fix: CBC example works again
2022-03-30 15:10:06 +02:00
Alexander Engelsberger
41f0e77fc9
fix: siameseGLVQ checks requires_grad of backbone
...
Necessary for different optimizer runs
2022-03-29 17:08:40 +02:00
Jensun Ravichandran
fab786a07e
fix: rename hparam output_dim
→ latent_dim
in SiameseGMLVQ
2022-03-29 15:24:42 +02:00
Jensun Ravichandran
40bd7ed380
docs: update tutorial notebook
2022-03-29 15:04:05 +02:00
Jensun Ravichandran
4941c2b89d
feat: data
argument optional in some visualizers
2022-03-29 11:26:22 +02:00
Jensun Ravichandran
ce14dec7e9
feat: add VisSpectralProtos
2022-03-10 15:24:44 +01:00
Jensun Ravichandran
b31c8cc707
feat: add xlabel and ylabel arguments to visualizers
2022-03-09 13:59:19 +01:00
Jensun Ravichandran
e21e6c7e02
docs: update tutorial notebook
2022-02-15 14:38:53 +01:00
Jensun Ravichandran
dd696ea1e0
fix: update hparams.distribution
as it changes during training
2022-02-02 21:53:03 +01:00
Jensun Ravichandran
15e7232747
fix: ignore prototype_win_ratios
by loading with strict=False
2022-02-02 21:52:01 +01:00
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
Jensun Ravichandran
98892afee0
chore: add example for saving/loading models from checkpoints
2022-02-02 19:02:26 +01:00
Alexander Engelsberger
d5855dbe97
fix: GLVQ can now be restored from checkpoint
2022-02-02 16:17:11 +01:00
Alexander Engelsberger
75a39f5b03
build: bump version 0.4.0 → 0.4.1
2022-01-11 18:29:55 +01:00
Alexander Engelsberger
1a0e697b27
Merge branch 'dev' into main
2022-01-11 18:29:32 +01:00
Alexander Engelsberger
1a17193b35
ci: add github actions ( #16 )
...
* chore: update pre-commit versions
* ci: remove old configurations
* ci: copy workflow from prototorch
* ci: run precommit for all files
* ci: add examples CPU test
* ci(test): failing example test
* ci: fix workflow definition
* ci(test): repeat failing example test
* ci: fix workflow definition
* ci(test): repeat failing example test II
* ci: fix test command
* ci: cleanup example test
* ci: remove travis badge
2022-01-11 18:28:50 +01:00
Alexander Engelsberger
aaa3c51e0a
build: bump version 0.3.0 → 0.4.0
2021-12-09 15:58:16 +01:00
Jensun Ravichandran
62c5974a85
fix: correct typo in example script
2021-11-17 15:01:38 +01:00
Jensun Ravichandran
1d26226a2f
fix(warning): specify dimension explicitly when calling softmin
2021-11-16 10:19:31 +01:00
Christoph
4232d0ed2a
fix: spelling issues for previous commits
2021-11-15 11:43:39 +01:00
Christoph
a9edf06507
feat: ImageGTLVQ and SiameseGTLVQ with examples
2021-11-15 11:43:39 +01:00
Christoph
d3bb430104
feat: gtlvq with examples
2021-11-15 11:43:39 +01:00
Alexander Engelsberger
6ffd27d12a
chore: Remove PytorchLightning CLI related code
...
Could be moved in a seperate plugin.
2021-10-11 15:16:12 +02:00
Alexander Engelsberger
859e2cae69
docs(dependencies): Add missing ipykernel dependency for docs
2021-10-11 15:11:53 +02:00
Alexander Engelsberger
d7ea89d47e
feat: add simple test step
2021-09-10 19:19:51 +02:00
Jensun Ravichandran
fa928afe2c
feat(vis): 2D EV projection for GMLVQ
2021-09-01 10:49:57 +02:00
Alexander Engelsberger
7d4a041df2
build: bump version 0.2.0 → 0.3.0
2021-08-30 20:50:03 +02:00
Alexander Engelsberger
04c51c00c6
ci: seperate build step
2021-08-30 20:44:16 +02:00
Alexander Engelsberger
62185b38cf
chore: Update prototorch dependency
2021-08-30 20:32:47 +02:00
Alexander Engelsberger
7b93cd4ad5
feat(compatibility): Python3.6 compatibility
2021-08-30 20:32:40 +02:00
Alexander Engelsberger
d7834e2cc0
fix: All examples should work on CPU and GPU now
2021-08-05 11:20:02 +02:00
Alexander Engelsberger
0af8cf36f8
fix: labels where on cpu in forward pass
2021-08-05 09:14:32 +02:00
Jensun Ravichandran
f8ad1d83eb
refactor: clean up abstract classes
2021-07-14 19:17:05 +02:00
Jensun Ravichandran
23a3683860
fix(doc): update outdated
2021-07-12 21:21:29 +02:00
Jensun Ravichandran
4be9fb81eb
feat(model): implement MedianLVQ
2021-07-06 17:12:51 +02:00
Jensun Ravichandran
9d38123114
refactor: use GLVQLoss
instead of LossLayer
2021-07-06 17:09:21 +02:00
Jensun Ravichandran
0f9f24e36a
feat: add early-stopping and pruning to examples/warm_starting.py
2021-06-30 16:04:26 +02:00
Jensun Ravichandran
09e3ef1d0e
fix: remove deprecated Trainer.accelerator_backend
2021-06-30 16:03:45 +02:00
Alexander Engelsberger
7b9b767113
fix: training loss is a zero dimensional tensor
...
Should fix the problem with EarlyStopping callback.
2021-06-25 17:07:06 +02:00
Jensun Ravichandran
f56ec44afe
chore(github): update bug report issue template
2021-06-25 17:07:06 +02:00
Jensun Ravichandran
67a20124e8
chore(github): add issue templates
2021-06-25 17:07:06 +02:00
Jensun Ravichandran
72af03b991
refactor: use LinearTransform
instead of torch.nn.Linear
2021-06-25 17:07:06 +02:00
Alexander Engelsberger
71602bf38a
build: bump version 0.1.8 → 0.2.0
2021-06-21 16:47:17 +02:00
Jensun Ravichandran
a1d9657b91
test: remove examples/liramlvq_tecator.py
temporarily
2021-06-21 16:13:41 +02:00
Jensun Ravichandran
4dc11a3737
chore(setup): require prototorch>=0.6.0
2021-06-21 15:51:07 +02:00
Alexander Engelsberger
2649e3ac31
test(examples): print error message on fail
2021-06-21 15:06:37 +02:00
Alexander Engelsberger
2b2e4a5f37
fix: examples/ng_iris.py
2021-06-21 14:59:54 +02:00
Jensun Ravichandran
72404f7c4e
fix: examples/gmlvq_mnist.py
2021-06-21 14:42:28 +02:00
Jensun Ravichandran
612ee8dc6a
chore(bumpversion): modify bump message
2021-06-20 19:11:29 +02:00