We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac5a78 commit edbc1a9Copy full SHA for edbc1a9
examples/sst2/sst2.ipynb
@@ -86,6 +86,7 @@
86
" # Download Flax repo from Github.\n",
87
" if not os.path.isdir('flaxrepo'):\n",
88
" !git clone --depth=1 https://github.com/google/flax flaxrepo\n",
89
+ " pass\n",
90
" # Copy example files & change directory.\n",
91
" mount_gdrive = 'no' #@param ['yes', 'no']\n",
92
" if mount_gdrive == 'yes':\n",
@@ -274,4 +275,4 @@
274
275
},
276
"nbformat": 4,
277
"nbformat_minor": 0
-}
278
+}
0 commit comments