Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-07T21:53:04.000Z (5 months ago)
- Last Synced: 2024-09-28T13:22:42.938Z (about 2 months ago)
- Language: Python
- Size: 173 KB
- Stars: 7
- Watchers: 13
- 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
```