1. 04 Mar, 2021 4 commits
    • RangiLyu's avatar
      Typo fixes · 5bf4cc7d
      RangiLyu authored
      Summary:
      Change depoyment to deployment in README.md.
      Change datasest to datasets in tools/exporter.py.
      
      Pull Request resolved: https://github.com/facebookresearch/d2go/pull/7
      
      Reviewed By: newstzpz
      
      Differential Revision: D26821039
      
      Pulled By: zhanghang1989
      
      fbshipit-source-id: 5056d15c877c4b3d771d33267139e73f1527da21
      5bf4cc7d
    • Zhiqiang Wang's avatar
      Fix typo in demo/README.md · a8aaa5b1
      Zhiqiang Wang authored
      Summary:
      Hi,
      
      This PR changes `mdoel_zoo` to `model_zoo` in demo/README.md.
      
      Pull Request resolved: https://github.com/facebookresearch/d2go/pull/6
      
      Reviewed By: newstzpz
      
      Differential Revision: D26821013
      
      Pulled By: zhanghang1989
      
      fbshipit-source-id: d7512d350daba57a8437bc269adbbf18e95a2d4c
      a8aaa5b1
    • Owen Wang's avatar
      use ema weights when exporting models · f45574f2
      Owen Wang authored
      Summary:
      Use EMA weights when exporting the model. Many previous FBNetV3_B* + EMA training runs didn't have this config flag set, so setting it here during export when the model is built.
      
      If a model uses EMA (MODEL_EMA.ENABLED = True), then this flag will take effect and use EMA weights. Otherwise, this flag has no effect on the export.
      
      Yanghan may be adding `torchscript_mobile` export type, deprecating this script, soon.
      
      Reviewed By: vivekn, sanjeevk42
      
      Differential Revision: D26412081
      
      fbshipit-source-id: 98f5402279ab02157e5e3dbefd41840a5e230d94
      f45574f2
    • Hang Zhang's avatar
      Add Demo and Quick Start Instructions · 82a8e0a0
      Hang Zhang authored
      Summary: Pull Request resolved: https://github.com/facebookresearch/d2go/pull/5
      
      Reviewed By: wat3rBro
      
      Differential Revision: D26780956
      
      Pulled By: zhanghang1989
      
      fbshipit-source-id: 26af80bbdf6bcb6af4a8b5d27e655826b34db26a
      82a8e0a0
  2. 03 Mar, 2021 5 commits
    • Yuxin Wu's avatar
      clean up reference of FBTensorboardXWriter · 465cdb84
      Yuxin Wu authored
      Reviewed By: theschnitz
      
      Differential Revision: D26230057
      
      fbshipit-source-id: 57eb15b5eea27f65035b2509e920ba269f7999f1
      465cdb84
    • Rama Kovvuri's avatar
      Enable manifold based training for OCR d2go pipeline · dbc9a9f4
      Rama Kovvuri authored
      Summary: As in title.
      
      Reviewed By: SuperIRabbit
      
      Differential Revision: D25349762
      
      fbshipit-source-id: 69e21cc00a9dd5b70a479fd4383742593a62997e
      dbc9a9f4
    • Kai Zhang's avatar
      Split lightning_train_net into OSS and internal · 857195d8
      Kai Zhang authored
      Summary:
      As titled. The OSS version only use PyTorch Lightning while internal version leverages some features(e.g. Manifold integration, every_n_step checkpointing).
      This diff splits train_net.main into smaller functions so that they could be shared across OSS and internal versions.
      
      Reviewed By: zhanghang1989
      
      Differential Revision: D26752701
      
      fbshipit-source-id: 7f68e2a81e78193e117517a0ff668ab14b76ea65
      857195d8
    • Kai Zhang's avatar
      Copy quantization callback to D2go · 5d8068d8
      Kai Zhang authored
      Summary: As titled. Make a copy of quantization callback to unblock D2go OSS.
      
      Reviewed By: zhanghang1989
      
      Differential Revision: D26735525
      
      fbshipit-source-id: 12b77f04cfa1361e856b26ea218a262da1fadd88
      5d8068d8
    • facebook-github-bot's avatar
      Initial commit · f23248c0
      facebook-github-bot authored
      fbshipit-source-id: f4a8ba78691d8cf46e003ef0bd2e95f170932778
      f23248c0