Open gravity1989 opened 8 years ago
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.
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.