Closed as not planned
Description
In order to properly resume training with dvc checkpoints, the user needs to load the existing model_file
at the beginning of training.
Given that DVCLive integrations already take care of saving the model_file
I think it makes sense to also include some logic to load the model_file
, if it already exists, on the callback instantiation or on_train_begin
.
This would simplify the usage of dvc checkpoints
for resuming training.
- Catalyst
- Fastai
- HuggingFace
- keras Keras load model #174
- LightGBM
- MMCV
- PyTorch
-
PyTorch Lightning
: Support saving model tomodel_file
#170 - TensorFlow
- XGBoost