IAmSuyogJadhav / 3d-mri-brain-tumor-segmentation-using-autoencoder-regularization

Keras implementation of the paper "3D MRI brain tumor segmentation using autoencoder regularization" by Myronenko A. (https://arxiv.org/abs/1810.11654).
MIT License
369 stars 113 forks source link

invalid syntax #2

Closed srinivasb72s1 closed 5 years ago

srinivasb72s1 commented 5 years ago

hi sir, I have impressed your work. Its really excellent work. I have tried this code in google colab. It gave an error shown below. Thank you sir.

File "", line 16 assert H%16 && W%16 && D%16, "All the input dimensions must be divisible by 16" ^ SyntaxError: invalid syntax

IAmSuyogJadhav commented 5 years ago

Hi @srinivasb72s1 , Kindly use the implementation from model.py for using the model. Download the file to Google Colab using wget and follow the instructions in the README. The implementation contained in the notebook was old and inaccurate. I have deleted the old implementation (b3473ebe2d37bc0deb61809a3ff66768aa6a75da) in order to avoid any confusion .