neuronets / nobrainer

A framework for developing neural network models for 3D image processing.
Other
159 stars 45 forks source link

Add initial_epoch to Segmentation.fit() #334

Closed hvgazula closed 6 months ago

hvgazula commented 6 months ago

What would you like changed/added and why?

What would be the benefit?

Does the change make something easier to use?

hvgazula commented 6 months ago

works well with init_from_checkpoint (might as well make this the defacto step after initializing a model)

hvgazula commented 6 months ago

feature: maybe cascade the number of completed epochs from here to initial_epoch in fit?