Open rceballos98 opened 7 years ago
@rceballos98 , tensorflow-based implementation is actually WIP. I have confirmed that Chainer version works now.
@shiba24 Can you give me the procedure / skeleton to run the chainer version. I tried and the code returns "exit with code 0"
@Raghuramgrr could you give me more information about the error? I would like to know your version of chainer and error msg.
@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.
@Raghuramgrr OK! will push my code later :) I have one on local but haven't uploaded it.
@shiba24 Thanks, That will be a huge help
Hi looking for the same script on how to feed data to this 3D Unet .
Thanks
tensorflow/models.py script tries to import conv3d and deconv3d wrappers from tf_unet/layers that don't exist.