Hi,
After testing the cifar-10 dataset, I noticed that if the data-batch is divided by 255.0 before feeding into the network, it doesn't converge. Is there a specific reason for this?
When training with celeba dataset without normalizing (dividing by 255.0), it won't converge as well.
Have you tried celeba dataset with this network? And did you run into any of those problems?
Thanks!
Hi,
After testing the cifar-10 dataset, I noticed that if the data-batch is divided by 255.0 before feeding into the network, it doesn't converge. Is there a specific reason for this?
When training with celeba dataset without normalizing (dividing by 255.0), it won't converge as well.
Have you tried celeba dataset with this network? And did you run into any of those problems?
Thanks!