Hi,
Firstly, congratulations on the good work, and making your project publicly available.
When setting up the project with the dependencies in the requirements.txt file, some modules do not have their versions mentioned, and the code does not seem to be forward compatible (with the latest versions). For instance pytorch-lightning, etc.
Would be great if you could also update that, since it took a lot of effort to finally get the current version up and running.
Many Thanks :)
P.S.: Maybe even a pip-freeze of your conda / virtualenv would be really helpful :D
Hi,
Firstly, congratulations on the good work, and making your project publicly available.
When setting up the project with the dependencies in the
requirements.txtfile, some modules do not have their versions mentioned, and the code does not seem to be forward compatible (with the latest versions). For instancepytorch-lightning, etc.Would be great if you could also update that, since it took a lot of effort to finally get the current version up and running.
Many Thanks :)
P.S.: Maybe even a pip-freeze of your conda / virtualenv would be really helpful :D