jiayi-ma / FusionGAN

FusionGAN: A generative adversarial network for infrared and visible image fusion
MIT License
240 stars 58 forks source link

Problem of conv2d #5

Closed THEBEST-cloud closed 4 years ago

THEBEST-cloud commented 4 years ago

ValueError: Depth of input (256) is not a multiple of input depth of filter (512) for 'fusion/fusion_model/layer2/Conv2D_1' (op: 'Conv2D') with input shapes: [?,122,122,256], [3,3,512,256].

Could you tell me how to solve this problem?