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

Please specify what version of tensorflow and keras was used for development. #40

Open kyuchoi opened 4 years ago

kyuchoi commented 4 years ago

There are some consecutive errors when using tensorflow 2.1.0, keras 2.3.1, which is the latest version currently.

IAmSuyogJadhav commented 4 years ago

This script was designed back when TF2.0 was not yet around. Sadly, I did not save the versions of these libraries back then. On doing some digging, I think Keras 2.2.5 with Tensorflow 1.14 or Tensorflow 1.13 should work.

harimohanrai commented 4 years ago

Thank you so much brother.