Hey @meanderingstream and @seanmor5 ![]()
Thank you so much for you quick and kind replies, really appreciated ![]()
I would suggest consider training a model with different optimizers and hyperparameter choices versus trying to add a regularizer on an individual layer.
Yup, I wanted to replicate an example in Keras, but as you suggested, better to try with other optimizers ![]()
I think adding a similar API just brings too much coupling between model creation/execution and model training. You are better off using weight decay that’s available in the optimization API to achieve the same regularization affect.
I see, makes total sense, thanks for sharing the reason ![]()
I’ll try nevertheless to follow your suggestions and see if I can implement it, it is a good occasion to look into Axon internals ![]()
Thank you everyone, I wish you a great day! ![]()






















