Hello,
I suspect that the question as follows is most likely trivial and I don’t know if I’m in the right category.
I am following Mike Innes’ manual in an attempt to learn how Zygote works inside Flux.
At the beginning of the section where he discusses Wengert lists, there is an instruction:
include("utils.jl");
However, I don’t see which “utils.jl” it is (this file should be in my working directory so I can continue ).
Any help?