intel-analytics / BigDL-Tutorials

Step-by-step Deep Leaning Tutorials on Apache Spark using BigDL
208 stars 123 forks source link

One line bug in RNN tutorial #8

Closed cmusjtuliuyuan closed 7 years ago

cmusjtuliuyuan commented 7 years ago

rnn In the build_model function's 4th and 8th line, the 'n_hidden' should be 'hidden_size' In the 5th line, the 'n_input' should be 'input_size'

cmusjtuliuyuan commented 7 years ago

Similar bug also exist in https://github.com/intel-analytics/BigDL-Tutorials/blob/master/notebooks/neural_networks/rnn.py#L36