We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I would like to ask about training PixelCNN++ with other data set.
Do we just need to change hyper parameters when we train PixelCNN++ with other data set, or do we need to add more regularization, or something else?
I tested with SVHN data set, but they fails to learn. There seems to be an overfitting problem, even though dropout is enable in training.
I tried changing the initial learning rate and learning rate pattern, but it still doesn't help.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I would like to ask about training PixelCNN++ with other data set.
Do we just need to change hyper parameters when we train PixelCNN++ with other data set, or do we need to add more regularization, or something else?
I tested with SVHN data set, but they fails to learn.
There seems to be an overfitting problem, even though dropout is enable in training.
I tried changing the initial learning rate and learning rate pattern, but it still doesn't help.
The text was updated successfully, but these errors were encountered: