You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A tiny bug : in file tf2_model.py , from line 35 to 51 . It is obvious that the name and value of the args do not match.
An easy fix : see the file "tf2_model.py" in the .zip attached
A better (maybe) coding : in file tf2_module.py , function "build_generator" , line 152 to 162. The layer "PADDING_1" is not actually needed, if we only concern about the intelligibility of the code .
I recommend to just alter the argument "padding" of Conv2D from 'valid' to 'same'. Actually you used " padding='same' " in the function "build_discriminator".
An easy fix : see the file "tf2_model.py" in the .zip attached
I recommend to just alter the argument "padding" of Conv2D from 'valid' to 'same'. Actually you used " padding='same' " in the function "build_discriminator".
fix_zijiebite.zip
The text was updated successfully, but these errors were encountered: