Code Monkey home page Code Monkey logo

Comments (1)

samuela avatar samuela commented on August 16, 2024

I personally found this incredibly confusing:

julia> ReverseDiff.gradient(sin, 1.5)
ERROR: MethodError: no method matching ReverseDiff.GradientConfig(::Float64)
Closest candidates are:
  ReverseDiff.GradientConfig(::AbstractArray{T,N} where N) where T at /home/samuela/.julia/packages/ReverseDiff/8hp1k/src/api/Config.jl:35
  ReverseDiff.GradientConfig(::AbstractArray{T,N} where N, ::Array{ReverseDiff.AbstractInstruction,1}) where T at /home/samuela/.julia/packages/ReverseDiff/8hp1k/src/api/Config.jl:35
  ReverseDiff.GradientConfig(::Tuple) at /home/samuela/.julia/packages/ReverseDiff/8hp1k/src/api/Config.jl:37
  ...
Stacktrace:
 [1] gradient(::Function, ::Float64) at /home/samuela/.julia/packages/ReverseDiff/8hp1k/src/api/gradients.jl:22
 [2] top-level scope at REPL[13]:1

julia> 

And I'm still not sure how to make it actually work:

julia> ReverseDiff.gradient(sin, [1.5])
ERROR: MethodError: no method matching sin(::ReverseDiff.TrackedArray{Float64,Float64,1,Array{Float64,1},Array{Float64,1}})
Closest candidates are:
  sin(::Complex{Float16}) at math.jl:1145
  sin(::CUDA.CuKernelContext, ::Any) at /home/samuela/.julia/packages/CUDA/dZvbp/src/gpuarrays.jl:48
  sin(::BigFloat) at mpfr.jl:727
  ...
Stacktrace:
 [1] ReverseDiff.GradientTape(::typeof(sin), ::Array{Float64,1}, ::ReverseDiff.GradientConfig{ReverseDiff.TrackedArray{Float64,Float64,1,Array{Float64,1},Array{Float64,1}}}) at /home/samuela/.julia/packages/ReverseDiff/8hp1k/src/api/tape.jl:199
 [2] gradient(::Function, ::Array{Float64,1}, ::ReverseDiff.GradientConfig{ReverseDiff.TrackedArray{Float64,Float64,1,Array{Float64,1},Array{Float64,1}}}) at /home/samuela/.julia/packages/ReverseDiff/8hp1k/src/api/gradients.jl:22 (repeats 2 times)
 [3] top-level scope at REPL[14]:1

julia> ReverseDiff.gradient(sin, ([1.5],))
ERROR: MethodError: no method matching sin(::ReverseDiff.TrackedArray{Float64,Float64,1,Array{Float64,1},Array{Float64,1}})
Closest candidates are:
  sin(::Complex{Float16}) at math.jl:1145
  sin(::CUDA.CuKernelContext, ::Any) at /home/samuela/.julia/packages/CUDA/dZvbp/src/gpuarrays.jl:48
  sin(::BigFloat) at mpfr.jl:727
  ...
Stacktrace:
 [1] ReverseDiff.GradientTape(::Function, ::Tuple{Array{Float64,1}}, ::ReverseDiff.GradientConfig{Tuple{ReverseDiff.TrackedArray{Float64,Float64,1,Array{Float64,1},Array{Float64,1}}}}) at /home/samuela/.julia/packages/ReverseDiff/8hp1k/src/api/tape.jl:207
 [2] gradient(::Function, ::Tuple{Array{Float64,1}}, ::ReverseDiff.GradientConfig{Tuple{ReverseDiff.TrackedArray{Float64,Float64,1,Array{Float64,1},Array{Float64,1}}}}) at /home/samuela/.julia/packages/ReverseDiff/8hp1k/src/api/gradients.jl:22 (repeats 2 times)
 [3] top-level scope at REPL[15]:1

Can ReverseDiff.jl take the gradient of a R -> R function?

from reversediff.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.