Conversation
Update CONTRIBUTING.md
| * [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 |
There was a problem hiding this comment.
Thanks! This link looks completely unrelated, however.
| * 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.
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’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 | ||
| * [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.
Maybe official docs should go first? (And the "60 minute" thing below model zoo of which it is part?)
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2209 +/- ##
==========================================
- Coverage 82.60% 79.83% -2.78%
==========================================
Files 23 24 +1
Lines 1581 1572 -9
==========================================
- Hits 1306 1255 -51
- Misses 275 317 +42 ☔ View full report in Codecov by Sentry. |
|
bump |
This PR fixes broken links I found in CONTRIBUTING.md
Under the Learn Flux section: