kaggle_ndsb2 icon indicating copy to clipboard operation
kaggle_ndsb2 copied to clipboard

Keras Implementation

Open gravity1989 opened this issue 8 years ago • 1 comments

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.

gravity1989 avatar Jun 17 '16 12:06 gravity1989

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.

juliandewit avatar Jun 18 '16 05:06 juliandewit