Deep-Photo-Enhancer icon indicating copy to clipboard operation
Deep-Photo-Enhancer copied to clipboard

Error in the rename script

Open MrRobot2211 opened this issue 5 years ago • 2 comments

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

MrRobot2211 avatar Mar 23 '20 23:03 MrRobot2211

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

ozgurozkan123 avatar Sep 18 '20 10:09 ozgurozkan123

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.

Youlenda avatar Jul 11 '21 05:07 Youlenda