FluxML / FastAI.jl

Repository of best practices for deep learning in Julia, inspired by fastai
https://fluxml.ai/FastAI.jl
MIT License
589 stars 51 forks source link

Documentation link broken for `Custom Learning tasks` #220

Closed Karthik-d-k closed 2 years ago

Karthik-d-k commented 2 years ago

I was going through the documentation of FastAi.jl and i found out Custom Learning tasks page is broken. Looks like it should point to https://fluxml.ai/FastAI.jl/dev/docs/learning_methods.md.html, which works perfectly fine. Currently it is pointing to https://fluxml.ai/FastAI.jl/dev/docs/learning_tasks.md.html which seems to be not correct.

lorenzoh commented 2 years ago

Are you using the new documentation system? The docs are in the process of being moved and some old pages still remain. Can you try this link: https://fluxml.ai/FastAI.jl/dev/documents/docs/learning_methods.md/ and let me know if it works?

Karthik-d-k commented 2 years ago

Provided link works fine .., probably I was using some old link, thanks for letting me know 🥳