RecurrentHighwayNetworks
RecurrentHighwayNetworks copied to clipboard
Recurrent Highway Networks - Implementations for Tensorflow, Torch7, Theano and Brainstorm
Results
3
RecurrentHighwayNetworks issues
Sort by
recently updated
recently updated
newest added
When I attempt to use `RHNCell` it throws: ``` ValueError: Dimensions must be equal, but are 50 and 100 for 'Train/Model/recurrent_loop/recurrent_loop/multi_rnn_cell/cell_0/h_0/mul' (op: 'Mul') with input shapes: [32,50], [100] ``` The...
The homogeneity of RHNs ease us to learn sparse structures within RHNs. In our recent work of ISS (https://arxiv.org/pdf/1709.05027.pdf), we find that the we can reduce "#Units/Layer" of "Variational RHN...