Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yell/python-utils

:recycle: A collection of reusable code for python projects
https://github.com/yell/python-utils

infrastructure machine-learning machinelearning pytorch tensorflow utilities utility-library utils utils-library

Last synced: 16 days ago
JSON representation

:recycle: A collection of reusable code for python projects

Awesome Lists containing this project

README

        

# python-utils
This repository contains:
* [`TensorFlowModel`](utils/tf_model/tf_model.py) (class encapsulating basic TF infrastructure for executing computation, saving/restoring, and visualization)
* [TensorFlow utils](utils/tf_utils/)
* [PyTorch utils](utils/torch_utils/)
* [other python utils](utils/)

## How to install
```bash
git clone https://github.com/monsta-hd/utils.git
cd utils
pip install -r requirements.txt
```
After installation, tests can be run with:
```bash
make test
```