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

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

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

Public Member Functions

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
 

Public Attributes

 filename
 
 variables
 

Detailed Description

a training hook for saving the final variables

Constructor & Destructor Documentation

§ __init__()

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

hook constructor

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

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