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
cf4a510e
Unverified
Commit
cf4a510e
authored
Sep 12, 2022
by
8bitmp3
Committed by
GitHub
Sep 12, 2022
Browse files
Fix OpenCV installation and TF Models import in # Training with Orbit tutorial
parent
5d030278
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
docs/orbit/index.ipynb
docs/orbit/index.ipynb
+2
-3
No files found.
docs/orbit/index.ipynb
View file @
cf4a510e
...
@@ -101,9 +101,8 @@
...
@@ -101,9 +101,8 @@
},
},
"outputs": [],
"outputs": [],
"source": [
"source": [
"# Uninstall opencv-python to avoid a conflict (in Colab) with the opencv-python-headless package that tf-models uses.\n",
"!pip install -q opencv-python\n",
"!pip uninstall -y opencv-python\n",
"!pip install tensorflow>=2.9.0 tf-models-official"
"!pip install -U -q \"tensorflow\u003e=2.9.0\" \"tf-models-official\""
]
]
},
},
{
{
...
...
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