Open MrRobot2211 opened 4 years ago
Hi can you please share the files you have for this project. The maintainer @nothinglo is not updating the links and all of them are broken. Thanks @MrRobot2211
Hi,
When I run the TF.py in the "[Online_Demo_Models]_Deep-Photo-Enhancer/LPGAN_exp_G3_736" file, I face this error:
Shapes (2, 1, 32, 32, 128) and () are incompatible
in line: netG_test_output1 = model(netG, test_df.input1, False, netG_act_o, is_first=True)
Would you mind helping me with it? Thank you in advance.
Hi thank you for your excellent work, I am porting all your code to tf2 and cleaning it up a little bit. when running rename model I find the following error in line 12
netG = NetInfo('netG')
is missing a df argument in NetInfo thank you