Skip to content

Commit

Permalink
Simplify GoogLeNet v1 Keras notebook filename
Browse files Browse the repository at this point in the history
Now that it's in a `keras` subdirectory, it doesn't need to have the
long name or include "Keras" in the filename, as it's clear from the
path.
  • Loading branch information
mbrukman committed May 28, 2024
1 parent 56700f1 commit cc4f48c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"[colab-badge]: https://colab.research.google.com/assets/colab-badge.svg\n",
"[binder-badge]: https://static.mybinder.org/badge_logo.svg\n",
"\n",
"[github-basic]: https://github.com/mbrukman/reimplementing-ml-papers/blob/main/googlenet/keras/GoogLeNet_implementation_in_Keras.ipynb\n",
"[colab-basic]: https://colab.research.google.com/github/mbrukman/reimplementing-ml-papers/blob/main/googlenet/keras/GoogLeNet_implementation_in_Keras.ipynb\n",
"[binder-basic]: https://mybinder.org/v2/gh/mbrukman/reimplementing-ml-papers/main?filepath=googlenet/keras/GoogLeNet_implementation_in_Keras.ipynb"
"[github-basic]: https://github.com/mbrukman/reimplementing-ml-papers/blob/main/googlenet/keras/GoogLeNet_v1.ipynb\n",
"[colab-basic]: https://colab.research.google.com/github/mbrukman/reimplementing-ml-papers/blob/main/googlenet/keras/GoogLeNet_v1.ipynb\n",
"[binder-basic]: https://mybinder.org/v2/gh/mbrukman/reimplementing-ml-papers/main?filepath=googlenet/keras/GoogLeNet_v1.ipynb"
]
},
{
Expand Down Expand Up @@ -354,7 +354,7 @@
],
"metadata": {
"colab": {
"name": "GoogLeNet implementation in Keras"
"name": "GoogLeNet v1 in Keras"
},
"kernelspec": {
"display_name": "Python 3",
Expand Down
6 changes: 3 additions & 3 deletions googlenet/keras/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Implementation notes for v1:
[colab-badge]: https://colab.research.google.com/assets/colab-badge.svg
[binder-badge]: https://static.mybinder.org/badge_logo.svg

[github-basic]: GoogLeNet_implementation_in_Keras.ipynb
[colab-basic]: https://colab.research.google.com/github/mbrukman/reimplementing-ml-papers/blob/main/googlenet/keras/GoogLeNet_implementation_in_Keras.ipynb
[binder-basic]: https://mybinder.org/v2/gh/mbrukman/reimplementing-ml-papers/main?filepath=googlenet/keras/GoogLeNet_implementation_in_Keras.ipynb
[github-basic]: GoogLeNet_v1.ipynb
[colab-basic]: https://colab.research.google.com/github/mbrukman/reimplementing-ml-papers/blob/main/googlenet/keras/GoogLeNet_v1.ipynb
[binder-basic]: https://mybinder.org/v2/gh/mbrukman/reimplementing-ml-papers/main?filepath=googlenet/keras/GoogLeNet_v1.ipynb

0 comments on commit cc4f48c

Please sign in to comment.