SciML / SciMLBook

Parallel Computing and Scientific Machine Learning (SciML): Methods and Applications (MIT 18.337J/6.338J)
https://book.sciml.ai/
1.83k stars 331 forks source link

Updating section that looks at Flux.jl code, which has changed #124

Closed gustavdelius closed 1 year ago

gustavdelius commented 1 year ago

Due to changes in the Flux.jl code, the current explanations were confusing. @ChrisRackauckas had already partly updated the code for Dense but not yet adapted the text to match that new code. I have tried to make the minimum of changes that I think will avoid confusion.

While I was at it, I also corrected some very minor mistakes. They are hardly worth looking at. The important changes are starting on line 167 of _weave/lecture03/sciml.jmd

I did not change the code for Chain but only said that we discuss older code. As far as I can see, the new code does not use recursion any more, which is a pity.

ChrisRackauckas commented 1 year ago

Thanks!