https://github.com/rasbt/mytorch
Collection of PyTorch-related utility functions
https://github.com/rasbt/mytorch
Last synced: 6 months ago
JSON representation
Collection of PyTorch-related utility functions
- Host: GitHub
- URL: https://github.com/rasbt/mytorch
- Owner: rasbt
- License: mit
- Created: 2018-08-10T05:35:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-24T19:42:14.000Z (about 7 years ago)
- Last Synced: 2025-06-02T08:46:23.987Z (8 months ago)
- Language: Python
- Size: 143 KB
- Stars: 29
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mytorch
Collection of PyTorch-related utility functions. Currently, this package and its documentation is kept simple, since it's mainly intended for personal use.
## Installation
pip install git+https://github.com/rasbt/mytorch.git
## Documentation
- [Continuous Jaccard Distance](docs/sources/examples/continuous_jaccard.ipynb)
- [Cyclical Learning Rate Scheduler](docs/sources/examples/CyclicalLearningRate.ipynb)