You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm wondering how many epochs should one train PixcelCNN++ from scratch on CIFAR-10 o get a reasonable result (e.g., Inception score around ~5.5)?
I can see in the train.py, the max_epochs is defaulted to 5000 epochs. Does one actually need to train that much?
Hi,
I'm wondering how many epochs should one train PixcelCNN++ from scratch on CIFAR-10 o get a reasonable result (e.g., Inception score around ~5.5)?
I can see in the
train.py, themax_epochsis defaulted to5000epochs. Does one actually need to train that much?