Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions
torch::optim::RMSpropOptions Struct Referenceabstract

Public Member Functions

 RMSpropOptions (double learning_rate)
 
 TORCH_ARG (double, learning_rate)
 
 TORCH_ARG (double, alpha)=0.99
 
 TORCH_ARG (double, eps)
 
 TORCH_ARG (double, weight_decay)=0
 
 TORCH_ARG (double, momentum)=0
 
 TORCH_ARG (bool, centered)
 

Detailed Description

Definition at line 24 of file rmsprop.h.


The documentation for this struct was generated from the following files: