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
The code in the file's wgan_conv has little error:
the class G_conv generate [-1, 32, 32, 1] shape of inputs,
but class D_conv's input is [-1, 28, 28, 1],the dimension not equal
The text was updated successfully, but these errors were encountered:
The code in the file's wgan_conv has little error:
the class G_conv generate [-1, 32, 32, 1] shape of inputs,
but class D_conv's input is [-1, 28, 28, 1],the dimension not equal
The text was updated successfully, but these errors were encountered: