Closed mattlie82 closed 3 years ago
Is it BFGS(initial_stepnorm=0.01)
? It seems like the starting linesearch may have failed.
Yes, you are right. The initial step norm was not set. This solves the issue, the example is running.
By the way, what is the reason to use concrete_solve
instead of solve
?
It's just an old version.
I'll submit a fix.
Hi, when running the Fisher-KPP example (Fisher-KPP-CNN.jl), everything works fine until the network is trained with BFGS. The code aborts due to a detected instability.
I guess it has something to do with
ReverseDiffVJP
?