Skip to content

Instantly share code, notes, and snippets.

@hugozanini
Created March 6, 2022 02:21
Show Gist options
  • Save hugozanini/db2f75b6518044b028aea6e9b4c1220f to your computer and use it in GitHub Desktop.
Save hugozanini/db2f75b6518044b028aea6e9b4c1220f to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"name": "skunote.ipynb",
"provenance": []
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
},
"language_info": {
"name": "python"
}
},
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "KRkvPfp9BWuq",
"outputId": "6bcdf34c-e906-4038-e17a-974b68e3eb00"
},
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"/content\n",
"--2022-03-06 02:19:32-- http://download.tensorflow.org/models/object_detection/classification/tf2/20200710/mobilenet_v2.tar.gz\n",
"Resolving download.tensorflow.org (download.tensorflow.org)... 173.194.215.128, 2607:f8b0:400c:c0c::80\n",
"Connecting to download.tensorflow.org (download.tensorflow.org)|173.194.215.128|:80... connected.\n",
"HTTP request sent, awaiting response... 200 OK\n",
"Length: 8404070 (8.0M) [application/x-tar]\n",
"Saving to: ‘mobilenet_v2.tar.gz’\n",
"\n",
"mobilenet_v2.tar.gz 100%[===================>] 8.01M 28.9MB/s in 0.3s \n",
"\n",
"2022-03-06 02:19:33 (28.9 MB/s) - ‘mobilenet_v2.tar.gz’ saved [8404070/8404070]\n",
"\n",
"mobilenet_v2/\n",
"mobilenet_v2/mobilenet_v2.ckpt-1.index\n",
"mobilenet_v2/checkpoint\n",
"mobilenet_v2/mobilenet_v2.ckpt-1.data-00001-of-00002\n",
"mobilenet_v2/mobilenet_v2.ckpt-1.data-00000-of-00002\n"
]
}
],
"source": [
"%cd /content\n",
"!wget http://download.tensorflow.org/models/object_detection/classification/tf2/20200710/mobilenet_v2.tar.gz\n",
"!tar -xvf mobilenet_v2.tar.gz\n",
"!rm mobilenet_v2.tar.gz"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment