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
769fbfba
Commit
769fbfba
authored
Sep 22, 2022
by
A. Unique TensorFlower
Browse files
Merge pull request #10766 from tensorflow:update-opencv-install
PiperOrigin-RevId: 476275145
parents
3dd069c2
cf4a510e
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
7 deletions
+4
-7
docs/nlp/fine_tune_bert.ipynb
docs/nlp/fine_tune_bert.ipynb
+1
-1
docs/nlp/index.ipynb
docs/nlp/index.ipynb
+1
-3
docs/orbit/index.ipynb
docs/orbit/index.ipynb
+2
-3
No files found.
docs/nlp/fine_tune_bert.ipynb
View file @
769fbfba
...
...
@@ -116,7 +116,7 @@
},
"outputs": [],
"source": [
"!pip
un
install -
y
opencv-python"
"!pip install -
q
opencv-python"
]
},
{
...
...
docs/nlp/index.ipynb
View file @
769fbfba
...
...
@@ -103,9 +103,7 @@
},
"outputs": [],
"source": [
"# Uninstall colab's opencv-python, it conflicts with `opencv-python-headless`\n",
"# which is installed by tf-models-official\n",
"!pip uninstall -y opencv-python"
"!pip install -q opencv-python"
]
},
{
...
...
docs/orbit/index.ipynb
View file @
769fbfba
...
...
@@ -101,9 +101,8 @@
},
"outputs": [],
"source": [
"# Uninstall opencv-python to avoid a conflict (in Colab) with the opencv-python-headless package that tf-models uses.\n",
"!pip uninstall -y opencv-python\n",
"!pip install -U -q \"tensorflow\u003e=2.9.0\" \"tf-models-official\""
"!pip install -q opencv-python\n",
"!pip install tensorflow>=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