Class: DNN::Callbacks::Callback
- Inherits:
-
Object
- Object
- DNN::Callbacks::Callback
- Defined in:
- lib/dnn/core/callbacks.rb
Direct Known Subclasses
CheckPoint, EarlyStopping, LambdaCallback, Logger, NaNStopping
Instance Attribute Summary collapse
-
#model ⇒ Object
Returns the value of attribute model.
Instance Attribute Details
#model ⇒ Object
Returns the value of attribute model.
5 6 7 |
# File 'lib/dnn/core/callbacks.rb', line 5 def model @model end |