Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
9a7c33a3
Commit
9a7c33a3
authored
Aug 09, 2022
by
Vighnesh Birodkar
Committed by
TF Object Detection Team
Aug 09, 2022
Browse files
Restrict DeepMAC colab to install tf-models-official<=2.8.
PiperOrigin-RevId: 466486717
parent
974ae9c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
research/object_detection/colab_tutorials/deepmac_colab.ipynb
...arch/object_detection/colab_tutorials/deepmac_colab.ipynb
+7
-4
No files found.
research/object_detection/colab_tutorials/deepmac_colab.ipynb
View file @
9a7c33a3
...
...
@@ -3,7 +3,7 @@
"nbformat_minor": 0,
"metadata": {
"colab": {
"name": "deepmac_
demo
.ipynb",
"name": "deepmac_
colab
.ipynb",
"provenance": [],
"collapsed_sections": []
},
...
...
@@ -61,8 +61,6 @@
"id": "nNdls0Pe0UPK"
},
"source": [
"!pip install -U --pre tensorflow==\"2.2.0\"\n",
"\n",
"import os\n",
"import pathlib\n",
"\n",
...
...
@@ -87,7 +85,11 @@
"cd models/research/\n",
"protoc object_detection/protos/*.proto --python_out=.\n",
"cp object_detection/packages/tf2/setup.py .\n",
"python -m pip install ."
"\n",
"# The latest tf-models-official installs tensorflow 2.9 which has an\n",
"# incompatible CuDNN dependency. Here we restrict ourselves to versions 2.8 and\n",
"# below.\n",
"python -m pip install \"tf-models-official<=2.8\" ."
],
"execution_count": null,
"outputs": []
...
...
@@ -326,6 +328,7 @@
"id": "vdzuKnpj1A3L"
},
"source": [
"\n",
"%matplotlib inline\n",
"\n",
"boxes = boxes_list[0]\n",
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment