Using SciPy optimization methods in Pytorch

Hello everyone.

I’d like to ask if is there any way to use SciPy minimization methods as Pytorch optimizers?
I would like to use Levenberg-Marquardt minimization from SciPy since my NN is not that big and this method shows really good results.

Thank you very much :slight_smile:

1 Like

Hello

Could you please inform me whether you can implement Levenberg-Marquardt minimization from SciPy as Pytorch optimizers?
I appreciate you sharing your knowledge on this issue.

Thanks a lot.