You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've made some pretty big changes to fax which will break neos. We'll be updating pypi with a new release soon but I wanted to offer to help update to the new simpler api (assuming this project is still in development). I was going to go straight for a PR but I noticed that the neos.fit module has some issues that I don't think I can properly fix without a bit of help.
The current implementation in neos.fit never allows the adam optimizer to update its state. Specifically, it always uses freshly initialized internal parameters for its scaling and momentum terms. If someone can help me better understand what constrained_bestfit_minimized is doing, I can submit a PR to both fix the bug and update to the new API.
The text was updated successfully, but these errors were encountered:
We've made some pretty big changes to
fax
which will break neos. We'll be updating pypi with a new release soon but I wanted to offer to help update to the new simpler api (assuming this project is still in development). I was going to go straight for a PR but I noticed that theneos.fit
module has some issues that I don't think I can properly fix without a bit of help.The current implementation in
neos.fit
never allows the adam optimizer to update its state. Specifically, it always uses freshly initialized internal parameters for its scaling and momentum terms. If someone can help me better understand whatconstrained_bestfit_minimized
is doing, I can submit a PR to both fix the bug and update to the new API.The text was updated successfully, but these errors were encountered: