Tool box for PyTorch
Project description
# Pytorch-Tools
Tool box for PyTorch for fast prototyping.
# Overview * [FitWrapper](./pytorch_tools/fit_wrapper/) - Keras like model trainer * [Losses](./pytorch_tools/losses/) - collection of different Loss functions. * [Metrics](./pytorch_tools/metrics/) - collection of metrics. * [Models](./pytorch_tools/models/) - classification model zoo. * [Optimizers](./pytorch_tools/optim/) * [Segmentation Models](./pytorch_tools/segmentation_models/) - segmentation models zoo * [TTA wrapper](./pytorch_tools/tta_wrapper/) - wrapper for easy test-time augmentation
# Installation Requeres GPU drivers and CUDA already installed.
pip install -v –no-cache-dir –global-option=”–cpp_ext” –global-option=”–cuda_ext” git+https://github.com/NVIDIA/apex.git pip install git+https://github.com/bonlime/pytorch-tools.git@master
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pytorch_tools-0.1.4.tar.gz
.
File metadata
- Download URL: pytorch_tools-0.1.4.tar.gz
- Upload date:
- Size: 240.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e6f7fa22f9912f5c53f86e8058c60ce2f102af19af00c4d9b49deca94e1941f |
|
MD5 | 4f356b721665521d987064cf3f63dab5 |
|
BLAKE2b-256 | 052bac06880349de3928d4bb585612fe3ce3b42e9ae286f0ff0af32a6ba4591f |