Skip to content

Instantly share code, notes, and snippets.

@b0noI
Last active November 9, 2018 22:37
Show Gist options
  • Select an option

  • Save b0noI/00f7774f368ca8f4225925d669b33f62 to your computer and use it in GitHub Desktop.

Select an option

Save b0noI/00f7774f368ca8f4225925d669b33f62 to your computer and use it in GitHub Desktop.
git clone https://github.com/b0noI/TFTools.git
cd TFTools
python ./convert_to_rt.py \
--input_model_dir=$HOME/resnet_v2_fp32_savedmodel_NCHW/1538687196 \
--output_model_dir=$HOME/resnet_v2_int8_NCHW/00001 \
--batch_size=128 \
--precision_mode="INT8"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment