Skip to content

Commit

Permalink
Add links to open in GitHub, Colab, and Binder
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrukman committed May 26, 2024
1 parent e07b0e8 commit c7f2f35
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions lenet/pytorch/LeNet_PyTorch_v1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,23 @@
"# limitations under the License."
]
},
{
"cell_type": "markdown",
"metadata": {
"id": null
},
"source": [
"[![View on GitHub][github-badge]][github-pytorch-v1] [![Open In Colab][colab-badge]][colab-pytorch-v1] [![Open in Binder][binder-badge]][binder-pytorch-v1]\n",
"\n",
"[github-badge]: https://img.shields.io/badge/View-on%20GitHub-blue?logo=GitHub\n",
"[colab-badge]: https://colab.research.google.com/assets/colab-badge.svg\n",
"[binder-badge]: https://static.mybinder.org/badge_logo.svg\n",
"\n",
"[github-pytorch-v1]: https://github.com/mbrukman/reimplementing-ml-papers/blob/main/lenet/pytorch/LeNet_PyTorch_v1.ipynb\n",
"[colab-pytorch-v1]: https://colab.research.google.com/github/mbrukman/reimplementing-ml-papers/blob/main/lenet/pytorch/LeNet_PyTorch_v1.ipynb\n",
"[binder-pytorch-v1]: https://mybinder.org/v2/gh/mbrukman/reimplementing-ml-papers/main?filepath=lenet/pytorch/LeNet_PyTorch_v1.ipynb"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit c7f2f35

Please sign in to comment.