Jensun Ravichandran
6e72b9267a
Add siamese example using GMLVQ and Tecator
2020-07-13 09:31:48 +02:00
blackfly
8a4a596035
Make prototype_labels non-trainable Parameters
2020-04-27 13:39:27 +02:00
blackfly
0cfbc0473b
Bump version: 0.1.1-dev0 → 0.1.1-rc0
2020-04-27 12:56:42 +02:00
blackfly
cf0659d881
Add test cases to test newly added features
2020-04-27 12:49:54 +02:00
blackfly
d17b9a3346
Modify stratified_min function
2020-04-27 12:48:12 +02:00
blackfly
532f63b1de
Add one-hot support in functions/initializers.py
2020-04-27 12:47:44 +02:00
blackfly
c11a3860df
Refactor functions/losses.py
2020-04-27 12:47:15 +02:00
blackfly
dab91e471a
Add minor cosmetic changes
2020-04-27 12:45:42 +02:00
blackfly
a167565857
Update Prototypes1D
2020-04-27 12:44:19 +02:00
blackfly
e063625486
Remove some requirements from requirements.txt
2020-04-15 12:12:44 +02:00
blackfly
89eb5358a0
Try fixing tqdm AttributeError
2020-04-14 20:26:49 +02:00
blackfly
5c59515128
Update github action 'tests'
2020-04-14 20:19:23 +02:00
blackfly
7eb7a6b194
Update .travis.yml
2020-04-14 20:19:15 +02:00
blackfly
5811c4b9f9
Add requirements.txt
2020-04-14 20:18:45 +02:00
blackfly
7b1887d56e
Add 'requests' requirements for downloading datasets
2020-04-14 20:04:10 +02:00
blackfly
63a25e7a38
Refactor examples/glvq_iris.py
2020-04-14 19:57:19 +02:00
blackfly
a0f20a40f6
Add test cases to test recently added features
2020-04-14 19:53:51 +02:00
blackfly
88cbe0a126
Add alias for squared_euclidean_distance
2020-04-14 19:53:26 +02:00
blackfly
a3548e0ddd
Add stratified_min competition function
2020-04-14 19:52:59 +02:00
blackfly
3cfbc49254
Fix generator bug in stratified_random initializer
2020-04-14 19:51:54 +02:00
blackfly
2b82830590
Add 'datasets' to main package __init__.py
2020-04-14 19:51:14 +02:00
blackfly
553b1e1a65
Refactor datasets and use float32 instead of float64 in Tecator
2020-04-14 19:49:59 +02:00
blackfly
a9d2855323
Refactor prototypes module and begin documentation
2020-04-14 19:48:46 +02:00
blackfly
cf7d7b5d9d
Add tests/test_datasets.py
2020-04-14 19:47:59 +02:00
blackfly
a22c752342
Add prototorch/datasets
2020-04-14 19:47:34 +02:00
blackfly
4158586cb9
More cosmetic changes
2020-04-11 18:12:37 +02:00
blackfly
f80d9648c3
Minor cosmetic changes
2020-04-11 17:35:32 +02:00
blackfly
e54bf07030
Populate init files
2020-04-11 17:35:00 +02:00
blackfly
8c629c0cb1
Fix a bunch of codacy code-style issues
2020-04-11 15:47:26 +02:00
blackfly
8f3a43f62a
Remove assert statements following codacy security recommendation
...
"Use of assert detected. The enclosed code will be removed when compiling to
optimised byte code."
2020-04-11 15:45:29 +02:00
blackfly
955661af95
Remove utils import from prototorch/__init__.py
2020-04-11 15:12:53 +02:00
blackfly
c54d14c55e
Remove datasets import from prototorch/__init__.py
2020-04-11 14:59:11 +02:00
blackfly
6090aad176
Update examples/glvq_iris.py to use the recently modified API
2020-04-11 14:29:06 +02:00
blackfly
1ec7bd261b
Add small API changes and more test cases
2020-04-11 14:28:22 +02:00
blackfly
da3b0cc262
Update RELEASE.md
2020-04-11 14:26:05 +02:00
blackfly
f640a22cf2
Rename input
to x
in activation functions
2020-04-11 14:25:35 +02:00
blackfly
c843ace63d
Update README.md
2020-04-11 14:22:34 +02:00
blackfly
242c9de3b6
Fix codecov reporting in .travis.yml
2020-04-08 23:37:11 +02:00
blackfly
438a5b9360
Bump version: 0.1.0-rc0 → 0.1.1-dev0
2020-04-08 23:00:34 +02:00
blackfly
f98f3d095e
Update .travis.yml to cache artifacts from test scripts
2020-04-08 22:47:31 +02:00
blackfly
21b0279839
Add test cases
2020-04-08 22:47:08 +02:00
blackfly
b19cbcb76a
Fix zero-distance bug in glvq_loss
2020-04-08 22:46:08 +02:00
blackfly
7d5ab81dbf
Clean up prototorch/functions/distances.py
2020-04-08 22:44:02 +02:00
blackfly
bde408a80e
Prepare activation and competition functions for TorchScript
2020-04-08 22:42:56 +02:00
blackfly
900955d67a
Rename tests github action
2020-04-08 22:34:26 +02:00
blackfly
3757c937b3
Bump version: 0.1.0-dev0 → 0.1.0-rc0
2020-04-06 21:49:52 +02:00
blackfly
38f637aaeb
Add build status batch from travis
2020-04-06 21:38:47 +02:00
blackfly
6ddfe48a95
Use bionic distribution instead of trusty
...
Downloading archive: ...binaries/ubuntu/14.04/x86_64/python-3.8.tar.bz2
$ curl -sSf --retry 5 -o python-3.8.tar.bz2 ${archive_url}
curl: (22) The requested URL returned error: 404 Not Found
Unable to download 3.8 archive. The archive may not exist.
Please consider a different version.
2020-04-06 21:21:14 +02:00
blackfly
bf0e694321
Add missing torch dependency in travis.yml
2020-04-06 21:16:43 +02:00
blackfly
e2c9848120
Update tox.ini to use coverage
2020-04-06 21:05:57 +02:00