|
ocssw
V2022
|
DecayHistory
Inheritance diagram for DecayHistory:
Collaboration diagram for DecayHistory:
Public Member Functions | |
| def | on_train_begin (self, logs={}) |
| def | on_batch_end (self, batch, logs={}) |
| def | show_plot (self) |
Public Attributes | |
| lr | |
| wd | |
Detailed Description
Verify tf parameters are being decayed as they should;
call show_plot() on object once training is completed
Definition at line 111 of file callbacks.py.
Member Function Documentation
◆ on_batch_end()
| def on_batch_end | ( | self, | |
| batch, | |||
logs = {} |
|||
| ) |
Definition at line 119 of file callbacks.py.
◆ on_train_begin()
| def on_train_begin | ( | self, | |
logs = {} |
|||
| ) |
Definition at line 115 of file callbacks.py.
◆ show_plot()
| def show_plot | ( | self | ) |
Definition at line 123 of file callbacks.py.
Member Data Documentation
◆ lr
| lr |
Definition at line 116 of file callbacks.py.
◆ wd
| wd |
Definition at line 117 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


