JohnleeHIT / Brats2019

[BrainLes2019] Multi-step cascaded network for brain tumor segmentations (tensorflow)
https://arxiv.org/abs/1908.05887
MIT License
95 stars 24 forks source link

model #26

Open TIAN-Ww opened 3 years ago

TIAN-Ww commented 3 years ago

Hi, In the code you provided, I did not find the code to save the trained model. Can you help me? Best wishes

TIAN-Ww commented 3 years ago

I encountered this error during training. Do I need to have a model before training? Looking forward to your reply! Best wishes!

error
JohnleeHIT commented 2 years ago

I encountered this error during training. Do I need to have a model before training? Looking forward to your reply! Best wishes! error

Don't worry, actually, this is not a error. This is used when you have to train your model based on an older checkpoint, if you don't have any, you can still train from scratch, It is totally fine.

JohnleeHIT commented 2 years ago

Hi, In the code you provided, I did not find the code to save the trained model. Can you help me? Best wishes

https://github.com/JohnleeHIT/Brats2019/blob/77418bc910a2b37fcbcd5d83d9a01053c2168846/src/operations.py#L744