LAVIS icon indicating copy to clipboard operation
LAVIS copied to clipboard

Save model weight only if require gradient updates.

Open dxli94 opened this issue 3 years ago • 0 comments

For partial model training, e.g. BLIP2, it is not necessary to checkpoint the entire model. Saving partial weights is sufficient.

This is currently not supported by the runner.

dxli94 avatar Feb 08 '23 08:02 dxli94