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

Conditionally include also train_dataloader in fit-eval checkpoints #918

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 4, 2024

  1. Use no_grad instead of inference_mode for predict with checkpointing (p…

    …ytorch#912)
    
    Summary: Pull Request resolved: pytorch#912
    
    Reviewed By: mvsfb, JKSenthil
    
    Differential Revision: D63491475
    diego-urgell authored and facebook-github-bot committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    b136b4e View commit details
    Browse the repository at this point in the history
  2. Generate predict/evaluate checkpoints in BaseCheckpointer (pytorch#914)

    Summary: Pull Request resolved: pytorch#914
    
    Reviewed By: JKSenthil
    
    Differential Revision: D63013008
    diego-urgell authored and facebook-github-bot committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    70031a9 View commit details
    Browse the repository at this point in the history
  3. Conditionally include also train_dataloader in fit-eval checkpoints (p…

    …ytorch#918)
    
    Summary: Pull Request resolved: pytorch#918
    
    Differential Revision: D63919225
    diego-urgell authored and facebook-github-bot committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    0bdd4bc View commit details
    Browse the repository at this point in the history