a training hook for saving the final variables
More...
|
def | __init__ (self, filename, variables) |
| hook constructor More...
|
|
def | begin (self) |
| this will be run at session creation
|
|
def | end (self, session) |
| this will be run at session closing
|
|
a training hook for saving the final variables
§ __init__()
def nabu.neuralnetworks.components.hooks.SaveAtEnd.__init__ |
( |
|
self, |
|
|
|
filename, |
|
|
|
variables |
|
) |
| |
hook constructor
- Parameters
-
filename | where the model will be saved |
variables | the variables that will be saved |
The documentation for this class was generated from the following file: