Skip to content

Instantly share code, notes, and snippets.

@hugozanini
Created March 11, 2022 18:13
Show Gist options
  • Save hugozanini/3838de6deb0d7f164e12ac3d97b7e661 to your computer and use it in GitHub Desktop.
Save hugozanini/3838de6deb0d7f164e12ac3d97b7e661 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": "3271995b-368b-4fa4-c2d8-26899750e52c"
},
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"--2022-03-11 01:18:46-- https://raw.githubusercontent.com/hugozanini/realtime-sku-detection/main/mobilenet_v2.config\n",
"Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ...\n",
"Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected.\n",
"HTTP request sent, awaiting response... 200 OK\n",
"Length: 4578 (4.5K) [text/plain]\n",
"Saving to: ‘mobilenet_v2.config’\n",
"\n",
"mobilenet_v2.config 100%[===================>] 4.47K --.-KB/s in 0s \n",
"\n",
"2022-03-11 01:18:46 (48.0 MB/s) - ‘mobilenet_v2.config’ saved [4578/4578]\n",
"\n"
]
}
],
"source": [
"!wget https://raw.githubusercontent.com/hugozanini/realtime-sku-detection/main/mobilenet_v2.config"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment