dawenl / vae_cf

Variational autoencoders for collaborative filtering
Apache License 2.0
530 stars 158 forks source link

Making a script out of the notebook? #1

Closed jilljenn closed 6 years ago

jilljenn commented 6 years ago

Thanks a lot for the Jupyter notebook :) Do you plan to prepare one or several Python files? It would make it easier to run it on remote GPUs.

One possible start: https://stackoverflow.com/a/19779226/827989

dawenl commented 6 years ago

I don't have any plan to create separate Python files, but it should be fairly easy.

If all you want is to run it on remote GPUs, you can still run Jupyter remotely -- that's how I ran experiments since I don't even have GPUs on my laptop.

dawenl commented 6 years ago

Closing the issue for now. PRs for separate scripts are welcome!