Skip to content

Commit 56cedb7

Browse files
committed
Fix references
1 parent 6f8df88 commit 56cedb7

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

01.getting-started-with-pytorch.ipynb

+10-1
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,16 @@
889889
"\n",
890890
"## Conclusion\n",
891891
"\n",
892-
"Welcome to the dark side! You might've been working with Keras, TensorFlow, or another Deep Learning framework, until recently. Almost every framework is great, but PyTorch has really solid roots. Easy to use and understand, allows for fast experimentation and standard debugging tools apply! Enjoy!\n",
892+
"Welcome to the dark side! You might've been working with Keras, TensorFlow, or another Deep Learning framework, until recently. Almost every framework is great, but PyTorch has really solid roots. Easy to use and understand, allows for fast experimentation and standard debugging tools apply! Enjoy!"
893+
]
894+
},
895+
{
896+
"cell_type": "markdown",
897+
"metadata": {
898+
"id": "wAt2CDnYjAc4",
899+
"colab_type": "text"
900+
},
901+
"source": [
893902
"## References\n",
894903
"\n",
895904
"- [\"PyTorch: A Modern Library for Machine Learning\" with Adam Paszke](https://www.youtube.com/watch?v=5bSAipCNqXo)\n",

manuscript/01.getting-started-with-pytorch.md

+2
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,8 @@ PyTorch is very descriptive in this case. When doing more complex stuff, you wou
237237
## Conclusion
238238

239239
Welcome to the dark side! You might've been working with Keras, TensorFlow, or another Deep Learning framework, until recently. Almost every framework is great, but PyTorch has really solid roots. Easy to use and understand, allows for fast experimentation and standard debugging tools apply! Enjoy!
240+
241+
240242
## References
241243

242244
- ["PyTorch: A Modern Library for Machine Learning" with Adam Paszke](https://www.youtube.com/watch?v=5bSAipCNqXo)

0 commit comments

Comments
 (0)