We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
local_loss
FluxNLPModels.jl/src/utils.jl
Line 11 in d2cf7b9
or have some specific counters.
The text was updated successfully, but these errors were encountered:
@tmigot would it be possible to explain more
Sorry, something went wrong.
It felt like this function is actually evaluating the objective function, and is sometimes called without update of counters
I agree, Also in objgrad!, can we improve this?
x, y = nlp.current_training_minibatch f_w = nlp.loss_f(nlp.chain(x), y) g .= gradient(w_g -> local_loss(nlp, x, y, w_g), w)[1]
No branches or pull requests
FluxNLPModels.jl/src/utils.jl
Line 11 in d2cf7b9
or have some specific counters.
The text was updated successfully, but these errors were encountered: