Mo Tiwari
Mo Tiwari
"the docker instructions are incomplete and even if completed, they fail as the distribution has older libraries."
Then this becomes a form of local search
Even though this shouldn't affect things. Why does it?
Running `python train_augment_net2.py --use_augment_net` as suggested by the README results in: ``` Could not open finetuned_checkpoints/dataset:mnist_datasize:1600_hyperparam:weightDecayGlobal_seed:1.pkl sailhome/motiwari/anaconda3/envs/ift-env/lib/python3.7/site-packages/numpy/core/fromnumeric.py:3420: RuntimeWarning: Mean of empty slice. out=out, **kwargs) /sailhome/motiwari/anaconda3/envs/ift-env/lib/python3.7/site-packages/numpy/core/_methods.py:188: RuntimeWarning: invalid value encountered in...
When executing the code as-is, pytorch throws an error when trying to subsample the datasets according to the command line parameter. The attribute needs to be changed from `train_data` to...