srnn icon indicating copy to clipboard operation
srnn copied to clipboard

sliced-rnn

Results 14 srnn issues
Sort by recently updated
recently updated
newest added

In this paper, you state that the key improvement between SRNN and plain RNN is that we can parallelize SRNN so that we can train multiple subsequences at the same...

Hi,你好: yelp 2013数据集下载速度较慢,我想先看懂代码,请问可以发一个训练数据的样例给我么?谢谢。

Hi! These are some commits to fix this for Python3 and also made it easier to install dependencies. Thanks for making your work open source!

hi~, 我尝试运行了你的代码,在 embed2 = TimeDistributed(Encoder1)(input2) 这行代码中出现了TypeError: Value passed to parameter 'shape' has DataType float32 not in list of allowed values: int32, int64的错误,没有什么头绪,请多多指教,谢谢