tlatkowski / gans-2.0

Generative Adversarial Networks in TensorFlow 2.0
MIT License
77 stars 14 forks source link

WARNING WITHOUT RESULT #10

Open ZhouXiaolong0 opened 4 years ago

ZhouXiaolong0 commented 4 years ago

one I run the code, I got this warning , and no result.

WARNING:tensorflow:Entity <bound method VanillaGANTrainer.train_step of <tensorflow.python.eager.function.TfMethodTarget object at 0x7eff3c4cada0>> could not be transformed and will be staged without change. Error details can be found in the logs when running with the env variable AUTOGRAPH_VERBOSITY >= 1. Please report this to the AutoGraph team. Cause: Unexpected error transforming <bound method VanillaGANTrainer.train_step of <tensorflow.python.eager.function.TfMethodTarget object at 0x7eff3c4cada0>>. If you believe this is due to a bug, please set the verbosity to 10 (on Linux, export AUTOGRAPH_VERBOSITY=10) and attach the full output when filing the bug report. Caused by: Bad argument number for Name: 3, expecting 4

tlatkowski commented 4 years ago

hi, could you provide more information? i mean, pip freeze and steps to reproduce this error.

BR