woodywff / brats_2019

A 3D U-Net Based Solution to BraTS 2019 in Keras
https://arxiv.org/abs/1909.12901
GNU General Public License v3.0
49 stars 15 forks source link

What order of files should we run in task1 as well as task2? #11

Open tphankr opened 3 years ago

tphankr commented 3 years ago

What order of files should we run in task1 as well as task2? With task1, I typed: python train_model.py and then I had as following below . Does it training, righ? image

image

image

Thank you, very much.

woodywff commented 3 years ago

I wrote this project with jupyter notebook 2 yeas ago and suggested in the README to run it in brats_2019/demo_task1/demo_run.ipynb and brats_2019/demo_task2/demo_run.ipynb. Also please pay attention to the requirements installation before you try to run it.

tphankr commented 3 years ago

I wrote this project with jupyter notebook 2 yeas ago and suggested in the README to run it in brats_2019/demo_task1/demo_run.ipynb and brats_2019/demo_task2/demo_run.ipynb. Also please pay attention to the requirements installation before you try to run it.

Thank your for your respone. I try to follow if I have trouble problem, I will comment. Thank you very much.