ayushkarnawat / profit

Exploring evolutionary protein fitness landscapes
MIT License
1 stars 0 forks source link

No values to test in PyTorch VAE model #91

Closed ayushkarnawat closed 4 years ago

ayushkarnawat commented 4 years ago

If we pass in -test into the cmd line when training a VAE model, with the frac_test=0., there are going to be no values to test the model performance against. Needs to be fixed (sometime later)...

ayushkarnawat commented 4 years ago

Fixed via 9e559d6. However, no longer is it required to use the --test argument. Rather, we should specify the --test_size as a fraction between [0. ,1.].