Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```