BayesWatch / pytorch-experiments-template

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

Beautification+integration jack stuff #22

Closed AntreasAntoniou closed 3 years ago

jack-willturner commented 3 years ago

I don't love having args outside of the main train file. Also excude_gpu_list is missing an l in exclude

def add_extra_option_args(parser):

utils/arg_parsing.py (Line 57)