Last active
December 6, 2018 23:41
-
-
Save b0noI/f0c7d6a4c2eae961e771c5155595f50c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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