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
I think input feature x , the shape of x is (BS, C, H, W)
and the shape of y is (BS, 1, H, W)
so the output of concate them should be (BS, C+1, H, W), but (BS, C, H, W) in code ?
The text was updated successfully, but these errors were encountered:
BMSG-GAN/sourcecode/MSG_GAN/CustomLayers.py
Line 342 in d063169
I think input feature x , the shape of x is (BS, C, H, W)
and the shape of y is (BS, 1, H, W)
so the output of concate them should be (BS, C+1, H, W), but (BS, C, H, W) in code ?
The text was updated successfully, but these errors were encountered: