Could you kindly share the reference code of RNN-Nade?
byzhang opened this issue · 1 comments
byzhang commented
It's still the state-of-the-art on multiple music datasets per http://arxiv.org/pdf/1312.6026.pdf.
boulanni commented
Here is my code for NADE: http://www-etud.iro.umontreal.ca/~boulanni/nade.py
You should be able to put the pieces together along with the RNN-RBM tutorial (http://deeplearning.net/tutorial/rnnrbm.html) and the HF code in this repository.
Let me know if you have more questions!