facebookresearch / d2go

D2Go is a toolkit for efficient deep learning
Apache License 2.0
829 stars 197 forks source link

only select pth files with prefix "model" as model checkpoint file #605

Closed stephenyan1231 closed 11 months ago

stephenyan1231 commented 11 months ago

Summary: D2GO workflow async validation monitor the model checkpoint files *.pth in e2e_train folder (such as model_0004999.pth, model_final.pth) and launch async val operator as needed. All model files actually have prefix "model". In some cases, there are non-model-checkpoint files also with pth file extension. To exclude them, add a filtering to check if the file prefix is "model".

Differential Revision: D48021972

facebook-github-bot commented 11 months ago

This pull request was exported from Phabricator. Differential Revision: D48021972

facebook-github-bot commented 11 months ago

This pull request was exported from Phabricator. Differential Revision: D48021972

facebook-github-bot commented 11 months ago

This pull request has been merged in facebookresearch/d2go@94c7f647d506d2c3b1fc80772ececec9f7eb1603.