-
-
Notifications
You must be signed in to change notification settings - Fork 609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken link fixes #2209
base: master
Are you sure you want to change the base?
Broken link fixes #2209
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,8 +42,8 @@ Before you start contributing to Flux, you need the following tools: | |
If you need to learn about Julia and Flux, then you can check out the following resources: | ||
|
||
* [JuliaAcademy](https://juliaacademy.com/) introductory courses to Julia and Flux | ||
* Flux’s official [Getting Started](https://fluxml.ai/getting_started.html) tutorial | ||
* [Deep Learning with Flux - A 60 Minute Blitz](https://fluxml.ai/tutorials/2020/09/15/deep-learning-flux.html): a quick intro to Flux loosely based on PyTorch’s tutorial | ||
* Flux’s official [Getting Started](https://docs.flux.ai/Introduction/flux-walkthrough-project) tutorial | ||
* [Deep Learning with Flux - A 60 Minute Blitz](http://fluxml.ai/Flux.jl/stable/tutorials/2020-09-15-deep-learning-flux/): a quick intro to Flux loosely based on PyTorch’s tutorial | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This link does work, but IMO the version with most hope of being up to date (or being updated) is https://github.com/FluxML/model-zoo/blob/master/tutorials/60-minute-blitz/60-minute-blitz.jl (and the one in the docs should be removed). |
||
* [Flux Model Zoo](https://github.com/FluxML/model-zoo) showcases various demonstrations of models that you can reuse with your own data | ||
* [Flux’s official documentation](https://fluxml.ai/Flux.jl/stable/) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe official docs should go first? (And the "60 minute" thing below model zoo of which it is part?) |
||
|
||
|
@@ -154,4 +154,4 @@ The following table shows how the Flux code is organized: | |
| docs | Documentation site | | ||
| paper | Paper that describes Flux | | ||
| src | Source for Flux | | ||
| test | Test suites | | ||
| test | Test suites | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! This link looks completely unrelated, however.