|
ocssw
V2022
|
Public Member Functions | |
| def | __init__ (self, args, model, data) |
| def | setup (self) |
| def | update (self, plot_metrics=[mdsa, rmsle]) |
| def | finish (self) |
Public Attributes | |
| args | |
| model | |
| data | |
| train_test | |
| train_losses | |
| test_losses | |
| model_losses | |
| zero_line | |
| neg_line | |
| axes | |
| labels | |
| ani_writer | |
| messages | |
Detailed Description
Definition at line 18 of file TrainingPlot.py.
Constructor & Destructor Documentation
◆ __init__()
| def __init__ | ( | self, | |
| args, | |||
| model, | |||
| data | |||
| ) |
Definition at line 19 of file TrainingPlot.py.
Member Function Documentation
◆ finish()
| def finish | ( | self | ) |
Definition at line 268 of file TrainingPlot.py.
◆ setup()
| def setup | ( | self | ) |
Definition at line 29 of file TrainingPlot.py.
◆ update()
| def update | ( | self, | |
plot_metrics = [mdsa, rmsle] |
|||
| ) |
Definition at line 72 of file TrainingPlot.py.
Member Data Documentation
◆ ani_writer
| ani_writer |
Definition at line 68 of file TrainingPlot.py.
◆ args
| args |
Definition at line 20 of file TrainingPlot.py.
◆ axes
| axes |
Definition at line 52 of file TrainingPlot.py.
◆ data
| data |
Definition at line 22 of file TrainingPlot.py.
◆ labels
| labels |
Definition at line 53 of file TrainingPlot.py.
◆ messages
| messages |
Definition at line 111 of file TrainingPlot.py.
◆ model
| model |
Definition at line 21 of file TrainingPlot.py.
◆ model_losses
| model_losses |
Definition at line 33 of file TrainingPlot.py.
◆ neg_line
| neg_line |
Definition at line 37 of file TrainingPlot.py.
◆ test_losses
| test_losses |
Definition at line 32 of file TrainingPlot.py.
◆ train_losses
| train_losses |
Definition at line 31 of file TrainingPlot.py.
◆ train_test
| train_test |
Definition at line 30 of file TrainingPlot.py.
◆ zero_line
| zero_line |
Definition at line 36 of file TrainingPlot.py.
The documentation for this class was generated from the following file:
- /gfs-oceanweb/web/ocssw/ocssw_src/src/aquaverse/MDN/model/TrainingPlot.py


