dsp6414 / pytorch-workflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pytorch-workflow

This repo contains helper code for a research workflow using PyTorch. Still a work in progress.

To use in any project, run export PYTHONPATH="PATH/TO/THIS/REPO":$PYTHONPATH, replacing PATH/TO/THIS/REPO with the absolute path of this repo (alternatively, this line can be included in your .bash_profile; see this repo for more details about setting up a .bash_profile script). Lastly, set BATH_PATH="PATH/TO/THIS/REPO" in utils.py.

Then, in your new project, add from utils import * or from utils import FUNCTION_A, FUNCTION_B, ETC to python files in which you plan to use these helper functions and/or objects.

About


Languages

Language:Python 91.4%Language:Shell 8.6%