kaggle_ndsb2
kaggle_ndsb2 copied to clipboard
Keras Implementation
Hi,
Do you know if there is a keras implementation for the same and if there is something which is missing there prompting you to use mxnet?
Rahul.V.
At the time of building I believe keras had no deconvolution but.. Actually recently a u-net was published. https://github.com/jocicmarko/ultrasound-nerve-segmentation
I used mxnet because of better multi-platform support. Theano cannot be deployed in c++ form and tensorflow does not support windows.
Also compiling the graphs and theano error messages are annoying.
That said. The Keras API is much more polished.