Nabu-asr
|
a Recognizer can use a model to produce decode More...
Public Member Functions | |
def | __init__ (self, model, conf, dataconf, expdir) |
Recognizer constructor. More... | |
def | recognize (self) |
perform the recognition | |
Public Attributes | |
conf | |
expdir | |
model | |
input_dataconfs | |
decoder | |
batch_size | |
graph | |
names | |
numbatches | |
decoded | |
eval_summary | |
variable_summary | |
a Recognizer can use a model to produce decode
stores the results on disk
def nabu.neuralnetworks.recognizer.Recognizer.__init__ | ( | self, | |
model, | |||
conf, | |||
dataconf, | |||
expdir | |||
) |
Recognizer constructor.
model | the model to be tested |
conf | the recognizer configuration as a configparser |
modelconf | the model configuration as a configparser |
dataconf | the database configuration as a configparser |
expdir | the experiments directory |