Skip to content

Commit

Permalink
Update the link to PyTorch documentation (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrinalJain17 committed Feb 3, 2020
1 parent 2bb7916 commit d7b1569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01-tensor_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@
"There's definitely much more, but this was the basics about `Tensor`s fun.\n",
"\n",
"*Torch* full API should be read at least once.\n",
"Hence, go [here](http://pytorch.org/docs/0.3.0/torch.html).\n",
"Hence, go [here](https://pytorch.org/docs/stable/index.html).\n",
"You'll find 100+ `Tensor` operations, including transposing, indexing, slicing, mathematical operations, linear algebra, random numbers, etc are described."
]
}
Expand Down

0 comments on commit d7b1569

Please sign in to comment.