pytorch-minimize icon indicating copy to clipboard operation
pytorch-minimize copied to clipboard

Use scipy.optimize.minimize as a PyTorch Optimizer.

Results 1 pytorch-minimize issues
Sort by recently updated
recently updated
newest added

A lot of the hacks to make this work would be achieved much more easily using: https://pytorch.org/functorch/stable/generated/functorch.make_functional_with_buffers.html?highlight=make_functional_with_buffers#functorch.make_functional_with_buffers If I ever come back to rewrite this I would try to do...

enhancement