Skip to content

Instantly share code, notes, and snippets.

@b0noI
Last active December 6, 2018 23:41
Show Gist options
  • Save b0noI/f0c7d6a4c2eae961e771c5155595f50c to your computer and use it in GitHub Desktop.
Save b0noI/f0c7d6a4c2eae961e771c5155595f50c to your computer and use it in GitHub Desktop.
# Archiving the model
tar -zcvf model.tar.gz ./resnet_v2_int8_NCHW/
# And uloading
export GCS_PATH=<gcs_path>
gsutil cp model.tar.gz $GCS_PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment