YutaroOgawa / pytorch_tutorials_jp

PyTorch公式チュートリアル(日本語翻訳版)の各ノートブックファイル(Google Colab用)です
Other
196 stars 47 forks source link

fixed the typo 'tensorqs -> tensors' #13

Closed siruku6 closed 3 years ago

siruku6 commented 3 years ago

Because the link to '0_1' was unusable, fixed it.


# before
[1. テンソル](https://colab.research.google.com/github/YutaroOgawa/pytorch_tutorials_jp/blob/main/notebook/0_Learn%20the%20Basics/0_1_tensorqs_tutorial_js.ipynb)

# after
[1. テンソル](https://colab.research.google.com/github/YutaroOgawa/pytorch_tutorials_jp/blob/main/notebook/0_Learn%20the%20Basics/0_1_tensors_tutorial_js.ipynb)