Skip to content
This repository was archived by the owner on Apr 20, 2020. It is now read-only.
/ tuna Public archive

pytorch template for running deep learning experiments

Notifications You must be signed in to change notification settings

anican/tuna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tuna

pytorch template for running deep learning experiments. eventually, my goal is to provide as input a json file (with all relevant hyperparameters, choice of optimizer, neural network model, loss function, etc.) and it'll run the experiments for you automatically.

Environment

conda env create -f environment.yml

Features to add:

  • natural language processing experimentation (offload most of the work to allennlp)
  • run.py file for ability to run multiple experiments at once (with a variety of hyperparameters basically)
  • mean and variance information for datasets (utils)

About

pytorch template for running deep learning experiments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages