"tests/git@developer.sourcefind.cn:OpenDAS/pytorch3d.git" did not exist on "199309fcf7ba9246faf67e663d6123f7989dd794"
Commit ed671e34 authored by Grisha Temchenko's avatar Grisha Temchenko Committed by Facebook GitHub Bot
Browse files

Docs: --output-dir ./ should follow --predictor-type in d2go.exporter

Summary:
Correction in docs.
Related issue: https://github.com/facebookresearch/d2go/issues/514

Pull Request resolved: https://github.com/facebookresearch/d2go/pull/515

Reviewed By: crassirostris

Differential Revision: D44546569

fbshipit-source-id: fec3797bad15b55833d9278c19978ff9c312d963
parent f7c06d8f
...@@ -49,7 +49,7 @@ MODEL.WEIGHTS https://mobile-cv.s3-us-west-2.amazonaws.com/d2go/models/246823121 ...@@ -49,7 +49,7 @@ MODEL.WEIGHTS https://mobile-cv.s3-us-west-2.amazonaws.com/d2go/models/246823121
```bash ```bash
d2go.exporter --config-file configs/faster_rcnn_fbnetv3a_C4.yaml \ d2go.exporter --config-file configs/faster_rcnn_fbnetv3a_C4.yaml \
--output-dir ./ --predictor-type torchscript_int8 \ --predictor-type torchscript_int8 --output-dir ./ \
MODEL.WEIGHTS https://mobile-cv.s3-us-west-2.amazonaws.com/d2go/models/246823121/model_0479999.pth MODEL.WEIGHTS https://mobile-cv.s3-us-west-2.amazonaws.com/d2go/models/246823121/model_0479999.pth
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment