General tools for using pytorch :
- Reduce the need for boilerplate code
- Visualization tools
The main goal if this simple package is to remove the boilerplate code needed for training the network and leave flexibility to the user.
See the Cat vs Dog example.
conda install -c anaconda pyyaml
conda install -c conda-forge tqdm
conda install pytorch torchvision -c soumith
conda install -c anaconda scikit-image