Skip to content
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

Few issues in the Zygote Home Page documentation #1503

Open
achiverram28 opened this issue Feb 29, 2024 · 1 comment
Open

Few issues in the Zygote Home Page documentation #1503

achiverram28 opened this issue Feb 29, 2024 · 1 comment
Labels
good first issue Good for newcomers

Comments

@achiverram28
Copy link

The current issues listed here are referring to that in
https://fluxml.ai/Zygote.jl/dev/#
https://github.com/FluxML/Zygote.jl/blob/master/docs/src/index.md

  • First one being the link -> https://fluxml.ai/blog/2019/02/07/what-is-differentiable-programming.html , which is linked to "differentiable programming" is broken
  • Secondly coming to the colordiff example in the same page , when run on my system gives the output as
    03CB23BD-D273-4504-8FD8-52B2586C125D_4_5005_c , while the example tends to give the grad output
  • Thirdly , in the last section of the page , the Implicit Parameters which uses Params , there has been a slight error in the flow of the example.
    647E95CD-6EC9-4602-87DB-DE61A0980EF9
    Here the x is a 2×3 Matrix{Int64} , whereas the W defined later is a 2×5 Matrix{Float64} , so the mismatch lies in the shape , I guess we can introduce x=rand(5), which would take care of the flow
@ToucheSir ToucheSir added the good first issue Good for newcomers label Feb 29, 2024
@filchristou
Copy link

Secondly coming to the colordiff example in the same page , when run on my system gives the output as (nothing, nothing)

How would you fix that? Probably something must have changed in the Colors.colordiff implementation such that the derivative is not defined ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants