ginobilinie / medSynthesis

medical image synthesis with GAN framework based on tensorflow (we also have a better version in pytorch: https://github.com/ginobilinie/medSynthesisV1)
MIT License
72 stars 24 forks source link

FCN generator #16

Open 921974496 opened 3 years ago

921974496 commented 3 years ago

When I run the 3D FCN model, I get an error: shape output G (?, 24, 24, 24, 1)
ValueError: Cannot feed value of shape (20, 1, 32, 32, 1, 5) for Tensor 'Placeholder:0', which has shape '(?, 32, 32, 32, 1)'