BayesWatch / pytorch-experiments-template

A pytorch based classification experiments template
GNU General Public License v3.0
5 stars 1 forks source link

Update environment with additional packages #74

Closed AdamJelley closed 3 years ago

AdamJelley commented 3 years ago

What?

Updating environment.yml with additional required packages

Why?

Standard tutorial training run failed due to missing modules.

How?

Conda installed required missing modules and updated environment file with conda env export > environment.yml