shiba24 / 3d-unet

Chainer implementations of 3D UNet
182 stars 55 forks source link

the model based in tf-unet doesn't work #4

Open 541435721 opened 6 years ago

541435721 commented 6 years ago

comparing your model.py with tf_unet/unet.py, i find that you just changed the names of conv2d and deconv2d. And the sizes of convolution kernels are never changed. Accrording to the official apis, the filter size of conv3d must be 5-D.

shiba24 commented 6 years ago

@541435721 yes, tensorflow-base implementation is work in progress. Chainer version can work now.