An open API service indexing awesome lists of open source software.

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

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)