danieldjohnson / biaxial-rnn-music-composition

A recurrent neural network designed to generate classical music.
BSD 2-Clause "Simplified" License
1.92k stars 380 forks source link

Update readme.md to prevent users from installing a dev-branch theano. #19

Closed qibinlou closed 7 years ago

qibinlou commented 7 years ago

Using a unstable version of theano sometimes introduces unexpected running errors as a result of the new added/changed features in theano lib. Forcing users to install a stable version is much safe for this project.

I have encountered similar bugs as #16 when using an unstable theano lib.