Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed

Commits on Aug 3, 2023

  1. only select pth files with prefix "model" as model checkpoint file

    Summary:
    Pull Request resolved: facebookresearch#605
    
    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
    
    fbshipit-source-id: f1e3dc29c848082369d4b69f81c5081268ab41a7
    stephenyan1231 authored and facebook-github-bot committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    0834c29 View commit details
    Browse the repository at this point in the history