Skip to content
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

gan_mnist.py's ERROR #94

Open
yihangzhao opened this issue Oct 21, 2022 · 1 comment
Open

gan_mnist.py's ERROR #94

yihangzhao opened this issue Oct 21, 2022 · 1 comment

Comments

@yihangzhao
Copy link

when i python gan_mnist.py show some errors,can anyone solve the problem?Thank you very much.
Traceback (most recent call last): File "gan_mnist.py", line 107, in <module> fake_data = Generator(BATCH_SIZE) File "gan_mnist.py", line 68, in Generator output = lib.ops.deconv2d.Deconv2D('Generator.2', 4*DIM, 2*DIM, 5, output) File "C:\Users\Tony\Downloads\improved_wgan_training\tflib\ops\deconv2d.py", line 102, in Deconv2D padding='SAME' File "D:\Anaconda3\envs\mytf\lib\site-packages\tensorflow\python\util\traceback_utils.py", line 153, in error_handler raise e.with_traceback(filtered_tb) from None File "D:\Anaconda3\envs\mytf\lib\site-packages\tensorflow\python\util\dispatch.py", line 1170, in op_dispatch_handler result = api_dispatcher.Dispatch(args, kwargs) TypeError: Got an unexpected keyword argument 'value'

@yihangzhao
Copy link
Author

My environment as follows:

tensorflow version:'2.10.0' CUDA Version: 11.3 OS:windows10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant