BMSG-GAN icon indicating copy to clipboard operation
BMSG-GAN copied to clipboard

Why output of torch.cat() is still C channels??

Open Johnson-yue opened this issue 6 years ago • 0 comments

https://github.com/akanimax/BMSG-GAN/blob/d06316974d1d84bd2077f8c558ebaf9d967205df/sourcecode/MSG_GAN/CustomLayers.py#L342

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 ?

Johnson-yue avatar Mar 24 '20 03:03 Johnson-yue