fixed link redircting to older version of website and added new link …#768
Open
abdulrahimq wants to merge 1 commit intoAtcold:masterfrom
Open
fixed link redircting to older version of website and added new link …#768abdulrahimq wants to merge 1 commit intoAtcold:masterfrom
abdulrahimq wants to merge 1 commit intoAtcold:masterfrom
Conversation
…for extra explanation
Atcold
requested changes
May 6, 2021
Owner
Atcold
left a comment
There was a problem hiding this comment.
Thanks for finding the issue.
I've update the URL. You can accept the edit and push it, if it's okay.
| The Jupyter notebook can be found [here](https://github.com/Atcold/pytorch-Deep-Learning-Minicourse/blob/master/04-spiral_classification.ipynb). In order to run the notebook, make sure you have `the dl-minicourse` environment installed as specified in [README.md](https://github.com/Atcold/pytorch-Deep-Learning-Minicourse/blob/master/README.md). | ||
|
|
||
| An explanation of how to use `torch.device()` can be found in [last week's notes](https://atcold.github.io/pytorch-Deep-Learning-Minicourse/en/week01/01-3/). | ||
| An explanation of how to use `torch.device()` can be found in [last week's notes](https://github.com/Atcold/pytorch-Deep-Learning-Minicourse/blob/master/01-tensor_tutorial.ipynb) and an example is shown in [this lecture](https://github.com/Atcold/pytorch-Deep-Learning-Minicourse/blob/master/04-spiral_classification.ipynb). |
Owner
There was a problem hiding this comment.
This is the correct URL.
Suggested change
| An explanation of how to use `torch.device()` can be found in [last week's notes](https://github.com/Atcold/pytorch-Deep-Learning-Minicourse/blob/master/01-tensor_tutorial.ipynb) and an example is shown in [this lecture](https://github.com/Atcold/pytorch-Deep-Learning-Minicourse/blob/master/04-spiral_classification.ipynb). | |
| An explanation of how to use `torch.device()` can be found in [last week's notes](https://atcold.github.io/pytorch-Deep-Learning/en/week01/01-3/). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The old link didn't work, so I added a link to the new version and also linked another tutorial that has an example of using device() with models.