kuijiang94 / EEGAN

Edge Enhanced GAN For Remote Sensing Image Super-Resolution
92 stars 17 forks source link

NotFoundError : Key generator/conv_m2/weight not found in checkpoint #13

Open zensenlon opened 3 years ago

zensenlon commented 3 years ago

I just downloaded the pre-trained weight and tried the code but got this error: tensorflow.python.framework.errors_impl.NotFoundError: Key generator/conv_m2/weight not found in checkpoint I wonder how could I solved it. My environment: Python 3.6 tensorflow 1.1

kuijiang94 commented 3 years ago

you can copy the codes in EEGANX4.py from lines 23-181 to the TESTGAN.py, and try it again. Best wishes!

zensenlon commented 3 years ago

you can copy the codes in EEGANX4.py from lines 23-181 to the TESTGAN.py, and try it again. Best wishes!

Thanks for your prompt reply,but it still reports this error. Could I just use the pre-trained model to test without any training?

sdufe33306 commented 4 months ago

Have you solved this problem?Can you tell me how to fix it?