broadinstitute / keras-resnet

Keras package for deep residual networks
Other
300 stars 127 forks source link

Issue with the 3D networks #74

Open adavaria opened 1 year ago

adavaria commented 1 year ago

Hello, I can not make 3D resnets, it throughs an exception. The reason is that in the _3d.py file, the functions like Conv3D or MaxPooling3D are given 2D inputs. e.g., kernel=(7,7) while it should be either 7 or (7,7,7). The same for /blocks._3d.py.