intel-analytics / BigDL-Tutorials

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

remove unused parameter and change some parameters name #11

Closed cmusjtuliuyuan closed 7 years ago

cmusjtuliuyuan commented 7 years ago
  1. Remove unused parameter n_step
  2. Change Select(2,28) to Select(2, -1) to emphasize that we use the last one of outputs
  3. Fix some bugs of parameters' names
yiheng commented 7 years ago

@yangw1234 Please take a look at this PR

cmusjtuliuyuan commented 7 years ago

the same problem also happens in lstm code

yiheng commented 7 years ago

DO NOT change the py file. The py file should be generated from notebook