-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
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 ran the model for 100 epochs ,but the result is not good like your ,it very poorly,code no changed #11
Comments
@debin168 Hello! I got some problem in running this code , It comes to the error that |
@debin168 Can you tell me how to solve it? Thanks in advanced. |
@Mikoto10032 add tf.local_variables_initializer() to train() and test(): |
@jiawei-mo Thank you ! |
I think the model is collapsed. you need to stop your model and running again. GAN is notoriously difficult to train. |
can you help me to solve this problem ??? During handling of the above exception, another exception occurred: Traceback (most recent call last): Caused by op 'matching_filenames/read', defined at: FailedPreconditionError (see above for traceback): Attempting to use uninitialized value matching_filenames |
can you give me a suggestion
The text was updated successfully, but these errors were encountered: