Metadata-Version: 2.1
Name: torchbox
Version: 1.1.21
Summary: A PyTorch Toolbox.
Home-page: https://iridescent.ink/torchbox/
Download-URL: https://github.com/antsfamily/torchbox/
Author: Zhi Liu
Author-email: zhiliu.mind@gmail.com
License: MIT
Keywords: PyTorch,Machine Learning,Signal Processing,Deep Learning
License-File: LICENSE

# torchbox

The [torchlib](https://github.com/antsfamily/torchlib) package is deprecated.

You can install and test ``torchbox`` by:

```bash
pip install torchbox
import torchbox as tb
print(tb.__version__)
```

Please see [torchbox's documentation](http://iridescent.ink/torchbox) for using details.

