Problem with Adam optimizer while using MLPRegressor. #714
-
I am trying to fit a regression model using MLPRegressor module. It works fine with SGD as the optimizer. But I get the following error |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Indeed not all of the optimizers can handle both numpy arrays and dicts. @gbolmier had started to adapt the optimizers in #338, but it never got finished. |
Beta Was this translation helpful? Give feedback.
-
@Geronimo1995 we're adding support for Adam in #722 |
Beta Was this translation helpful? Give feedback.
@Geronimo1995 we're adding support for Adam in #722