Skip to content

Commit

Permalink
notebook metadata fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeshraghian committed Oct 14, 2023
1 parent 5e4df04 commit b500b7d
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/tutorial_1_spikegen.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,7 @@
"mszPTrYOluym",
"VTHK-wAWV57B"
],
"name": "Copy of quantAwareTrain.ipynb",
"name": "snntorch_tutorial_1.ipynb",
"provenance": []
},
"interpreter": {
Expand Down
2 changes: 1 addition & 1 deletion examples/tutorial_2_lif_neuron.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1448,7 +1448,7 @@
"colab": {
"collapsed_sections": [],
"include_colab_link": true,
"name": "Untitled17.ipynb",
"name": "snntorch_tutorial_2.ipynb",
"provenance": []
},
"kernelspec": {
Expand Down
2 changes: 1 addition & 1 deletion examples/tutorial_3_feedforward_snn.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@
"metadata": {
"colab": {
"include_colab_link": true,
"name": "Copy of Untitled17.ipynb",
"name": "snntorch_tutorial_3.ipynb",
"provenance": []
},
"kernelspec": {
Expand Down
2 changes: 1 addition & 1 deletion examples/tutorial_4_advanced_neurons.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@
"colab": {
"collapsed_sections": [],
"include_colab_link": true,
"name": "Copy of Untitled17.ipynb",
"name": "snntorch_tutorial_4.ipynb",
"provenance": []
},
"kernelspec": {
Expand Down
2 changes: 1 addition & 1 deletion examples/tutorial_5_FCN.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@
"accelerator": "GPU",
"colab": {
"include_colab_link": true,
"name": "Copy of tutorial_2_FCN_truncatedfromscratch.ipynb",
"name": "snntorch_tutorial_5.ipynb",
"provenance": []
},
"kernelspec": {
Expand Down
2 changes: 1 addition & 1 deletion examples/tutorial_6_CNN.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@
"accelerator": "GPU",
"colab": {
"include_colab_link": true,
"name": "tutorial_6_CNN.ipynb",
"name": "snntorch_tutorial_6.ipynb",
"provenance": []
},
"kernelspec": {
Expand Down
2 changes: 1 addition & 1 deletion examples/tutorial_7_neuromorphic_datasets.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@
"accelerator": "GPU",
"colab": {
"include_colab_link": true,
"name": "Copy of tutorial_5_neuromorphic_datasets.ipynb",
"name": "snntorch_tutorial_7.ipynb",
"provenance": []
},
"gpuClass": "standard",
Expand Down
4 changes: 2 additions & 2 deletions examples/tutorial_pop.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"For a comprehensive overview on how SNNs work, and what is going on under the hood, [then you might be interested in the snnTorch tutorial series available here.](https://snntorch.readthedocs.io/en/latest/tutorials/index.html)\n",
"The snnTorch tutorial series is based on the following paper. If you find these resources or code useful in your work, please consider citing the following source:\n",
"\n",
"> <cite> [Jason K. Eshraghian, Max Ward, Emre Neftci, Xinxin Wang, Gregor Lenz, Girish Dwivedi, Mohammed Bennamoun, Doo Seok Jeong, and Wei D. Lu. \"Training Spiking Neural Networks Using Lessons From Deep Learning\". arXiv preprint arXiv:2109.12894, September 2021.](https://arxiv.org/abs/2109.12894) </cite>"
"> <cite> [Jason K. Eshraghian, Max Ward, Emre Neftci, Xinxin Wang, Gregor Lenz, Girish Dwivedi, Mohammed Bennamoun, Doo Seok Jeong, and Wei D. Lu. \"Training Spiking Neural Networks Using Lessons From Deep Learning\". Proceedings of the IEEE, 111(9) September 2023.](https://ieeexplore.ieee.org/abstract/document/10242251) </cite>"
]
},
{
Expand Down Expand Up @@ -438,7 +438,7 @@
"accelerator": "GPU",
"colab": {
"include_colab_link": true,
"name": "Copy of tutorial_5_neuromorphic_datasets.ipynb",
"name": "snntorch_population_codes.ipynb",
"provenance": []
},
"kernelspec": {
Expand Down
2 changes: 1 addition & 1 deletion examples/tutorial_regression_1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@
"mszPTrYOluym",
"VTHK-wAWV57B"
],
"name": "snntorch-regression-1.ipynb",
"name": "snntorch_regression_1.ipynb",
"provenance": []
},
"kernelspec": {
Expand Down
2 changes: 1 addition & 1 deletion examples/tutorial_regression_2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@
"mszPTrYOluym",
"VTHK-wAWV57B"
],
"name": "Copy of quantAwareTrain.ipynb",
"name": "snntorch_regression_2.ipynb",
"provenance": []
},
"gpuClass": "standard",
Expand Down

0 comments on commit b500b7d

Please sign in to comment.