I download 32622.zip and only find the g_srgan.npz,but where is d_srgan.npz?
My most recent crash with TF 1.5.1, TL 1.8 and SRGAN on Windows 10 Pro:
(I'm using a 2008 Dell laptop. That's why I'm not using the most recent version of TF.)
[TL] [*] Load checkpoint/g_srgan.npz SUCCESS!
[TL] [!] Load checkpoint/d_srgan.npz failed!
Traceback (most recent call last):
File "main.py", line 309, in
Do I need d_srgan? I think the os error may go away if I move the import statement down the page several lines. Any suggestions? I cannot provide the verification on Broadview site, but I found a copy of g_srgan.npz elsewhere. Still looking for d_srgan.npz. [email protected] I noticed the model does not do well since no people images were included in the training. Would retraining be difficult and time consuming for people models? I want to couple SRGAN with the SRGAN video processor on github.
Thank you, Jim Julian
you don't need d_srgan for inferencing.
for the os, pls import os
Hello,
How do I remove the referenc to d_srgan.npz? I have been thinking the missing d_srgan.npz was causing the crash. Am I correct in assuming the crash and the missing d_srgan.npz are not related?
The 'import os' statement is at the top of the file. I moved the statement down several lines from line 4 to line 14 with no effect.
Thank you.
d_srgan.npz only effect for training, not inference, it should be fine.
Hello,How do I remove the referenc to d_srgan.npz? I have been thinking the missing d_srgan.npz was causing the crash. Am I correct in assuming the crash and the missing d_srgan.npz are not related? The 'import os' statement is at the top of the file. I moved the statement down several lines from line 4 to line 14 with no effect. Thank you.
have you solved the problem :NameError: name 'os' is not defined. I have the same problem but i have improted os. Don't know why.
@zsdonghao I'd like to retrain. Where do I find d_srgan.npz? Thanks!
Hi you don’t need to restore discriminator for retraining
Hello @zsdonghao , Is there a way to Tensorboard the losses with epochs. How to calculate the psnr and ssim ?
Thanks
@zsdonghao I am using release 1.2.1 that supports TF 1.4 Even though the main.py has import time included, the following issue occurs. Could you please suggest a solution.
NameError: name 'time' is not defined
@zsdonghao I am using release 1.2.1 that supports TF 1.4 Even though the main.py has import time included, the following issue occurs. Could you please suggest a solution.
NameError: name 'time' is not defined
Have you solved this problem?
you don't need d_srgan for inferencing.
for the
os, plsimport os
I have the same problem, but i have imported os module, do you have any other solution?