Class: Gsplat::Optim::Adam::Group
- Inherits:
-
Data
- Object
- Data
- Gsplat::Optim::Adam::Group
- Defined in:
- lib/gsplat/optim/adam.rb
Overview
Immutable parameter-group configuration.
Instance Attribute Summary collapse
-
#eps ⇒ Object
readonly
Returns the value of attribute eps.
-
#lr ⇒ Object
readonly
Returns the value of attribute lr.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#variable ⇒ Object
readonly
Returns the value of attribute variable.
Instance Attribute Details
#eps ⇒ Object (readonly)
Returns the value of attribute eps
9 10 11 |
# File 'lib/gsplat/optim/adam.rb', line 9 def eps @eps end |
#lr ⇒ Object (readonly)
Returns the value of attribute lr
9 10 11 |
# File 'lib/gsplat/optim/adam.rb', line 9 def lr @lr end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/gsplat/optim/adam.rb', line 9 def name @name end |
#variable ⇒ Object (readonly)
Returns the value of attribute variable
9 10 11 |
# File 'lib/gsplat/optim/adam.rb', line 9 def variable @variable end |