Skip to content

Commit

Permalink
Fix: broken link
Browse files Browse the repository at this point in the history
This colab still had the old tensorflow/tensorflow github link for the tflite-micro examples. This PR fixes that link to the new (and working) tensorflow/tflite-micro github link.

BUG=doc cleanup
  • Loading branch information
beyarkay authored Aug 31, 2022
1 parent 05970d6 commit 76663ed
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@
"outputs": [],
"source": [
"# Clone the repository from GitHub\n",
"!git clone --depth 1 -q https://github.com/tensorflow/tensorflow\n",
"!git clone --depth 1 -q https://github.com/tensorflow/tflite-micro\n",
"# Copy the training scripts into our workspace\n",
"!cp -r tensorflow/tensorflow/lite/micro/examples/magic_wand/train train"
"!cp -r tflite-micro/tensorflow/lite/micro/examples/magic_wand/train train"
]
},
{
Expand Down

0 comments on commit 76663ed

Please sign in to comment.