reichlab / pytorch-exploration

Exploration of using pytorch for model fitting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pytorch-exploration

Exploration of using pytorch for model fitting

Environment setup

conda env create -f environment.yml

If you have an existing torchexp environment that you want to update to match changes in environment.yml, you can do so with the following command:

conda env update --file environment.yml --prune

About

Exploration of using pytorch for model fitting

License:MIT License


Languages

Language:Jupyter Notebook 98.8%Language:Python 1.2%