Open hvgazula opened 6 months ago
https://github.com/neuronets/nobrainer/blob/976691d685824fd4bba836498abea4184cffd798/nobrainer/processing/base.py#L28
What would you like changed/added and why?
model_args
checkpoint_args
What would be the benefit?
save_best_only=True
Does the change make something easier to use?
https://github.com/neuronets/nobrainer/blob/976691d685824fd4bba836498abea4184cffd798/nobrainer/processing/base.py#L28
What would you like changed/added and why?
model_args
, I'd like to seecheckpoint_args
passed from outside.What would be the benefit?
save_best_only=True
. Currently, there is no option to do so unless manually added.Does the change make something easier to use?