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 | after_create_session (self, session, _) |
| this will be run after session creation
|
|
a training hook for saving the final variables
§ __init__()
def nabu.neuralnetworks.components.hooks.LoadAtBegin.__init__ |
( |
|
self, |
|
|
|
filename, |
|
|
|
variables |
|
) |
| |
hook constructor
- Parameters
-
filename | where the model will be saved |
variables | the variables that will be loaded |
The documentation for this class was generated from the following file: