StepCOVNet
StepCOVNet copied to clipboard
Move all training hyperparameters into config file
In general, it'll be better for ease of use and visibility for hyperparameters to be moved into a config file that's read by train.py. After the move, the config options should still show up in the training meta file afterwards for tracking purposes.