Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7d48e59

Browse files
Resolve issue by fixing the numpy/cocotools version
PiperOrigin-RevId: 436285636
1 parent 52b6065 commit 7d48e59

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

‎retrain_detection_qat_tf1.ipynb‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@
7272
"outputs": [],
7373
"source": [
7474
"! pip uninstall tensorflow -y\n",
75-
"! pip install tensorflow-gpu==1.15"
75+
"! pip install tensorflow-gpu==1.15\n",
76+
"! pip install -U numpy==1.19.5\n",
77+
"! pip install -U pycocotools==2.0.1"
7678
]
7779
},
7880
{

‎retrain_ssdlite_mobiledet_qat_tf1.ipynb‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,18 @@
8585
"## Install the code dependencies"
8686
]
8787
},
88+
{
89+
"cell_type": "code",
90+
"execution_count": null,
91+
"metadata": {
92+
"id": "ZBZXusuSSVES"
93+
},
94+
"outputs": [],
95+
"source": [
96+
"! pip install -U numpy==1.19.5\n",
97+
"! pip install -U pycocotools==2.0.1"
98+
]
99+
},
88100
{
89101
"cell_type": "markdown",
90102
"metadata": {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /