https://github.com/um-arm-lab/arm_pytorch_utilities
Utilities for working with pytorch
https://github.com/um-arm-lab/arm_pytorch_utilities
Last synced: 8 months ago
JSON representation
Utilities for working with pytorch
- Host: GitHub
- URL: https://github.com/um-arm-lab/arm_pytorch_utilities
- Owner: UM-ARM-Lab
- License: mit
- Created: 2019-02-12T16:10:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-07T21:53:04.000Z (about 2 years ago)
- Last Synced: 2025-01-31T19:11:11.831Z (over 1 year ago)
- Language: Python
- Size: 173 KB
- Stars: 7
- Watchers: 12
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Requirements
- PyTorch (1.0+)
- python 3
## Installation
```shell
pip install arm-pytorch-utilities
```
You can also install in editable mode with `python3 -m pip install -e .` so that modifications
in the repository are automatically synced with the installed library
## Testing
Install `pytest` if you don't have it, then run
```
py.test
```