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

add extra work during phrase advance in classification task #630

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

Commits on Oct 28, 2020

  1. change FLOPS compute in profiler

    Differential Revision: D21949491
    
    fbshipit-source-id: fc85f28421169ae7617e781592773802e4dd5c62
    stephenyan1231 authored and facebook-github-bot committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    906cfc8 View commit details
    Browse the repository at this point in the history
  2. reduce memory use of PreciseBatchNormHook

    Differential Revision: D23191690
    
    fbshipit-source-id: e3ff067ed472f1b9e36b598a921a2d4930cddd5c
    stephenyan1231 authored and facebook-github-bot committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    a745189 View commit details
    Browse the repository at this point in the history
  3. misc changes

    Differential Revision: D23261222
    
    fbshipit-source-id: 46643b527cceb66bcc4f88af905615b61cafe036
    stephenyan1231 authored and facebook-github-bot committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    317ef61 View commit details
    Browse the repository at this point in the history
  4. add extra work during phrase advance in classification task

    Summary:
    Allow to do extra work during phrase advance in the child class of classification task. This will avoid duplicate code.
    
    For example, in `classification_task_with_dict_output.py` of D24528158, the extra work is to refresh the weighted-sampled dataset.
    
    Differential Revision: D24586321
    
    fbshipit-source-id: 4e420aad3fe8df4596688073938f5d66a1a6174e
    stephenyan1231 authored and facebook-github-bot committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    1fc561f View commit details
    Browse the repository at this point in the history