Nabu-asr
Classes
rnn_cell.py File Reference

contains some customized rnn cells More...

Classes

class  nabu.neuralnetworks.components.rnn_cell.ScopeRNNCellWrapper
 this wraps an RNN cell to make sure it uses the same scope every time it's called More...
 
class  nabu.neuralnetworks.components.rnn_cell.BypassWrapper
 this will concatenate the input with the output More...
 
class  nabu.neuralnetworks.components.rnn_cell.StateOutputWrapper
 this wraps an RNN cell to make it output its concatenated state instead of the output More...
 
class  nabu.neuralnetworks.components.rnn_cell.AttentionProjectionWrapper
 this wraps an RNN cell to take the context and state and maps it to a fixed diension More...
 

Detailed Description

contains some customized rnn cells