d-monnet
d-monnet
I noticed that `trunk` and `tron` interfaces do not allow to pass parameters to the sub-solvers (e.g. `increase_threshold` parameter for `TRONTrustRegion`), and don't have them as keyword arguments. With the...
I think this has been fixed with [PR#250](https://github.com/JuliaSmoothOptimizers/JSOSolvers.jl/pull/250)
Maybe something like `ΔTk = (norm_∇fk/σk)^2 * σk` would help, but underflow might occur if `σk` is big. I suppose there's no easy fix.
There are surely allocation issues due to `solve_tadam_subproblem` that will have to be fixed. Some tests do not pass with Float16, but the method is not well-suited for deterministic problems.
> Did you investigate why the tests didn't pass? `tadam` is an adaptation of ADAM, and ADAM is meant to train DNN in a stochastic context and tends to generate...
That would work, but is doi2bib 100% reliable ? I know google scholar, for example, is not great for generating correct .bib files. What I have in mind is to...