random
Random seed optimization in GAN research?
Two quotes from this paper: Are GANs Created Equal? A Large-Scale Study
- Even with everything else being fixed, varying the random seed may influence
on the results - authors often report the best FID which opens the door for random seed optimization
37 Reasons why your Neural Network is not working (Slav Ivanov)
https://blog.slavv.com/37-reasons-why-your-neural-network-is-not-working-4020854bd607
Tensorflow with Python 3.7?
Now Anaconda’s default Python is 3.7 however, it is tricky to install Tensorflow on top of it:
https://github.com/tensorflow/tensorflow/issues/23478#issue-377079541
Better to downgrade Python now: https://stackoverflow.com/questions/52584907/how-to-downgrade-python-from-3-7-to-3-6