I clone the code and download the mnist in csv, run python experiment.py --settings_file mnistfull.
Almost all images generated in experiments/plot are digit as '1' after 250 epoches which seems like mode collapse . Is it a common phenomenon? Or how to avoid it?
I clone the code and download the mnist in csv, run
python experiment.py --settings_file mnistfull
. Almost all images generated in experiments/plot are digit as '1' after 250 epoches which seems like mode collapse . Is it a common phenomenon? Or how to avoid it?