Caffe2 - Python API
A deep learning, cross platform ML framework
torch.optim Namespace Reference

Detailed Description

:mod:`torch.optim` is a package implementing various optimization algorithms.
Most commonly used methods are already supported, and the interface is general
enough, so that more sophisticated ones can be also easily integrated in the
future.