Nabu-asr
Public Member Functions | Public Attributes | List of all members
nabu.neuralnetworks.components.hooks.LoadAtBegin Class Reference

a training hook for saving the final variables More...

Inheritance diagram for nabu.neuralnetworks.components.hooks.LoadAtBegin:

Public Member Functions

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
 

Public Attributes

 filename
 
 variables
 

Detailed Description

a training hook for saving the final variables

Constructor & Destructor Documentation

§ __init__()

def nabu.neuralnetworks.components.hooks.LoadAtBegin.__init__ (   self,
  filename,
  variables 
)

hook constructor

Parameters
filenamewhere the model will be saved
variablesthe variables that will be loaded

The documentation for this class was generated from the following file: