Skip to content

Instantly share code, notes, and snippets.

@callmemaze
Created September 13, 2022 15:09
Show Gist options
  • Save callmemaze/88684dfbe6351dbb8de576be4423bdb7 to your computer and use it in GitHub Desktop.
Save callmemaze/88684dfbe6351dbb8de576be4423bdb7 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": 10,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Downloading data from https://storage.googleapis.com/tensorflow/keras-applications/vgg16/vgg16_weights_tf_dim_ordering_tf_kernels.h5\n",
"553467904/553467096 [==============================] - 31s 0us/step\n",
"553476096/553467096 [==============================] - 31s 0us/step\n"
]
}
],
"source": [
"model = vgg16.VGG16(weights=\"imagenet\")"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3.9.7 64-bit",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.7"
},
"orig_nbformat": 4,
"vscode": {
"interpreter": {
"hash": "dfcd168785218dca7c4bc510ef2c51c49c0c0203e4213351545f8c8481fa3636"
}
}
},
"nbformat": 4,
"nbformat_minor": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment