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
Hello, I would like to ask which parts of the code need to be modified to test with a resolution of 128x128. I tried to make some modifications but encountered the following error.
ValueError: Dimension 1 in both shapes must be equal, but are 16 and 64. Shapes are [1,16,16] and [1,64,64]. for 'generator/model/feature_extract/conv_block4/concat' (op: 'ConcatV2') with input shapes: [1,16,16,128], [1,64,64,64], [1,64,64,64], [1,64,64,128], [] and with computed input tensors: input[4] = <3>.
The text was updated successfully, but these errors were encountered:
Hello, I would like to ask which parts of the code need to be modified to test with a resolution of 128x128. I tried to make some modifications but encountered the following error.
ValueError: Dimension 1 in both shapes must be equal, but are 16 and 64. Shapes are [1,16,16] and [1,64,64]. for 'generator/model/feature_extract/conv_block4/concat' (op: 'ConcatV2') with input shapes: [1,16,16,128], [1,64,64,64], [1,64,64,64], [1,64,64,128], [] and with computed input tensors: input[4] = <3>.
The text was updated successfully, but these errors were encountered: