wenwei202 / iss-rnns

Sparse Recurrent Neural Networks -- Pruning Connections and Hidden Sizes (TensorFlow)
Apache License 2.0
73 stars 21 forks source link

I wonder these lines are correct or not? #11

Open test1104 opened 3 years ago

test1104 commented 3 years ago

https://github.com/wenwei202/iss-rnns/blob/88cc1a7065ad00a43e9e88d1f0e143fdb11ce290/ptb/ptb_word_lm.py#L119

if input feature size is not equal to hidden size, the split here maybe is wrong.

test1104 commented 3 years ago

I am sorry. It's the next line. line:120