Keras implementation of the paper "3D MRI brain tumor segmentation using autoencoder regularization" by Myronenko A. (https://arxiv.org/abs/1810.11654).
There are three extra layers in this model (inp_res in green block and two blue blocks). As the winner of BraTS 2019 used the same architecture and explained it more clear, I have removed extra layers and updated the number of convolution filters. Also, I've upgraded the code and now it supports tensorflow version 2.
There are three extra layers in this model (inp_res in green block and two blue blocks). As the winner of BraTS 2019 used the same architecture and explained it more clear, I have removed extra layers and updated the number of convolution filters. Also, I've upgraded the code and now it supports tensorflow version 2.