Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyreina authored Dec 27, 2020
1 parent d1e03b6 commit 0af4200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2D/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ where $DECATHLON_ROOT_DIRECTORY is the root directory where you un-tarred the De
```
source /opt/intel/openvino_2021/bin/setupvars.sh
python $INTEL_OPENVINO_DIR/deployment_tools/model_optimizer/mo_tf.py \
--saved_model_dir ./output/2d_unet_model_for_decathlon \
--saved_model_dir ./output/2d_unet_decathlon \
--input_shape [1,128,128,4] \
--model_name 2d_unet_model_for_decathlon \
--model_name 2d_unet_decathlon \
--output_dir ./output/FP32 \
--data_type FP32
```
Expand Down

0 comments on commit 0af4200

Please sign in to comment.