-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Closed
Description
This issue is to keep track of the progress on some minor improvements related to the RAFT training reference, as a follow up to #4644
- support
--weightsparam to support the prototype API, once pre-trained weights are available - support
--modelinstead of the--smallflag - support
--epochsparam instead of--num-steps, for consistency with the rest of the training references. - save the scheduler and the optimizer, not just the model.
- try to keep function names as close as possible to existing references. For example
validate()->evaluate() - Support
--device(?? - not sure how useful it would be) - Better support of weight serialization (move on CPU, avoid having the DDP model weights etc)
cc @datumbox