|
ocssw
V2022
|
PlottingCallback
Inheritance diagram for PlottingCallback:
Collaboration diagram for PlottingCallback:
Public Member Functions | |
| def | __init__ (self, args, data, model) |
| def | on_train_batch_end (self, batch, logs=None) |
| def | on_train_end (self, *args, **kwargs) |
Public Attributes | |
| args | |
| TP | |
Detailed Description
Display a real-time training progress plot
Definition at line 11 of file callbacks.py.
Constructor & Destructor Documentation
◆ __init__()
| def __init__ | ( | self, | |
| args, | |||
| data, | |||
| model | |||
| ) |
Definition at line 14 of file callbacks.py.
Member Function Documentation
◆ on_train_batch_end()
| def on_train_batch_end | ( | self, | |
| batch, | |||
logs = None |
|||
| ) |
Definition at line 21 of file callbacks.py.
◆ on_train_end()
| def on_train_end | ( | self, | |
| * | args, | ||
| ** | kwargs | ||
| ) |
Definition at line 26 of file callbacks.py.
Member Data Documentation
◆ args
| args |
Definition at line 17 of file callbacks.py.
◆ TP
| TP |
Definition at line 18 of file callbacks.py.
The documentation for this class was generated from the following file:
- /gfs-oceanweb/web/ocssw/ocssw_src/src/aquaverse/MDN/model/callbacks.py


