assassint2017 / MICCAI-LITS2017

liver segmentation using deep learning
392 stars 91 forks source link

Training Time #9

Open syan1992 opened 5 years ago

syan1992 commented 5 years ago

Hi, Could you pls tell me how long you take to train 1000 epoch?

zz10001 commented 5 years ago

Hi,syan1992 Have you run it?Could you pls tell me how long you take to train 1000 epoch?

UCAS-Vincent commented 4 years ago

could you share your specific implement steps?

zz10001 commented 4 years ago

Hi, this program start with using data_prepare/get_fix_data.py to get pre-process train data and dataset/data_fix.py to make dataset, then you can use python train_ds.py directly to start train

UCAS-Vincent commented 4 years ago

Hi, this program start with using data_prepare/get_fix_data.py to get pre-process train data and dataset/data_fix.py to make dataset, then you can use python train_ds.py directly to start train

Thank you very much