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

Model.fit #49

Closed FBehrad closed 4 years ago

FBehrad commented 4 years ago

Hello does anyone know why in model.fit instead of labels , [labels,data] has been used? model.fit(data, [labels,data], batch_size=1, epochs=50)

FBehrad commented 4 years ago

I found this is for VAE part