- 04 Mar, 2021 4 commits
-
-
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
-
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
-
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
-
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
-
- 03 Mar, 2021 5 commits
-
-
Yuxin Wu authored
Reviewed By: theschnitz Differential Revision: D26230057 fbshipit-source-id: 57eb15b5eea27f65035b2509e920ba269f7999f1
-
Rama Kovvuri authored
Summary: As in title. Reviewed By: SuperIRabbit Differential Revision: D25349762 fbshipit-source-id: 69e21cc00a9dd5b70a479fd4383742593a62997e
-
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
-
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
-
facebook-github-bot authored
fbshipit-source-id: f4a8ba78691d8cf46e003ef0bd2e95f170932778
-