Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix TF & timm versions in effdet notebook.
Browse files Browse the repository at this point in the history
elad-c committed Jul 3, 2024
1 parent ed0a314 commit 6bde069
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -45,9 +45,9 @@
"execution_count": null,
"outputs": [],
"source": [
"!pip install -q tensorflow\n",
"!pip install -q tensorflow==2.15.*\n",
"!pip install -q torchvision\n",
"!pip install -q timm\n",
"!pip install -q timm==0.9.16\n",
"!pip install -q effdet\n",
"!pip install -q sony-custom-layers\n",
"!pip install -q torch"

0 comments on commit 6bde069

Please sign in to comment.