--dump_mode
Description
Dumps a .json file with shape information.
See Also
Use this option in conjunction with --json, --mode=1, --framework, and --om (as well as --weight if the original model is trained on Caffe).
Argument
- 0 (default): disabled.
- 1: enabled.
Suggestions and Benefits
None
Example
atc --mode=1 --om=$HOME/module/resnet50_tensorflow*.pb --json=$HOME/module/out/tf_resnet50.json --framework=3 --dump_mode=1
Applicability
Dependencies and Restrictions
None
Parent topic: Debug Options