Adversarial_Video_Generation
Adversarial_Video_Generation copied to clipboard
problem about exist model
When I download the model in https://drive.google.com/file/d/0Byf787GZQ7KvR2JvMUNIZnFlbm8/view
and run
python avg_runner.py -l ./Models/Adversarial/model.ckpt-500000
The program can't run
Caused by op u'save/RestoreV2_51', defined at:
File "avg_runner.py", line 185, in
NotFoundError (see above for traceback): Tensor name "generator/scale_0/setup/Variable_1/optimizer" not found in checkpoint files ../Models/Adversarial/model.ckpt-500000 [[Node: save/RestoreV2_51 = RestoreV2[dtypes=[DT_FLOAT], _device="/job:localhost/replica:0/task:0/cpu:0"](_recv_save/Const_0, save/RestoreV2_51/tensor_names, save/RestoreV2_51/shape_and_slices)]] [[Node: save/RestoreV2/_343 = _Recvclient_terminated=false, recv_device="/job:localhost/replica:0/task:0/gpu:0", send_device="/job:localhost/replica:0/task:0/cpu:0", send_device_incarnation=1, tensor_name="edge_851_save/RestoreV2", tensor_type=DT_FLOAT, _device="/job:localhost/replica:0/task:0/gpu:0"]]
I have the same problems too, Is there anyone has found the solution for this problem ? Thank you in advance.
I found how to fix it, you can only run on tensorlflow 0.12
I also encountered the same question, can I modify it to run under the tensorflow1.2 version? @TrinhQuocNguyen @yueruchen
I have the same problem, can you tell me how to solve it?