Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

update logging hook to report current best meter values #657

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Nov 14, 2020

  1. allow to load hook state dict in FineTuningTask

    Differential Revision: D24880780
    
    fbshipit-source-id: fbc151d016bdd8fdc2c67f896652d67c1a0a3bf9
    stephenyan1231 authored and facebook-github-bot committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    1c36f44 View commit details
    Browse the repository at this point in the history
  2. change FLOPS compute in profiler

    Differential Revision: D21949491
    
    fbshipit-source-id: 1c07006c97e801688f43949ab0cc1799bdcd6c55
    stephenyan1231 authored and facebook-github-bot committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    6b4d16d View commit details
    Browse the repository at this point in the history
  3. reduce memory use of PreciseBatchNormHook

    Differential Revision: D23191690
    
    fbshipit-source-id: 249ba98ecd6eb53682bf3f930edc0dc2a010da52
    stephenyan1231 authored and facebook-github-bot committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    65cd739 View commit details
    Browse the repository at this point in the history
  4. misc changes

    Differential Revision: D23261222
    
    fbshipit-source-id: f360f779f4b17518c49a8a1c950f888536d8cea1
    stephenyan1231 authored and facebook-github-bot committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    bdeef31 View commit details
    Browse the repository at this point in the history
  5. Support partial model state dict and ema_model_state_init

    Differential Revision: D24881224
    
    fbshipit-source-id: a507118503b8eef1bca06e9383bb73e434bb2818
    stephenyan1231 authored and facebook-github-bot committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    9b3c934 View commit details
    Browse the repository at this point in the history
  6. update logging hook to report current best meter values

    Summary: For epoch-level meter, update the logging hook to maintain the max metrics and log them at the end of phase.
    
    Differential Revision: D24971237
    
    fbshipit-source-id: 1ca3bde6e4723b6c89bb26a040e8ae48dac140af
    stephenyan1231 authored and facebook-github-bot committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    da07e54 View commit details
    Browse the repository at this point in the history