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

Public Member Functions

 AdamOptions (double learning_rate)
 
 TORCH_ARG (double, learning_rate)
 
 TORCH_ARG (double, beta1)=0.9
 
 TORCH_ARG (double, beta2)=0.999
 
 TORCH_ARG (double, weight_decay)=0
 
 TORCH_ARG (double, eps)
 
 TORCH_ARG (bool, amsgrad)
 

Detailed Description

Definition at line 21 of file adam.h.


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