shiba24 / 3d-unet

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

Missing conv3d and deconv3d functions in tf_unet #2

Open rceballos98 opened 7 years ago

rceballos98 commented 7 years ago

tensorflow/models.py script tries to import conv3d and deconv3d wrappers from tf_unet/layers that don't exist.

shiba24 commented 6 years ago

@rceballos98 , tensorflow-based implementation is actually WIP. I have confirmed that Chainer version works now.

Raghuramgrr commented 6 years ago

@shiba24 Can you give me the procedure / skeleton to run the chainer version. I tried and the code returns "exit with code 0"

shiba24 commented 6 years ago

@Raghuramgrr could you give me more information about the error? I would like to know your version of chainer and error msg.

Raghuramgrr commented 6 years ago

@shiba24 THanks I have fixed that error - it was a version error.

In the chainer version I am bit confused about feeding the data set ? Can I know how to give input data to this kernal.

shiba24 commented 6 years ago

@Raghuramgrr OK! will push my code later :) I have one on local but haven't uploaded it.

Raghuramgrr commented 6 years ago

@shiba24 Thanks, That will be a huge help

mcbrs1a commented 6 years ago

Hi looking for the same script on how to feed data to this 3D Unet .

Thanks