-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Requirements.txt has modules with missing versions #8
Comments
Hi @sidgairo18, Sorry you faced some issues with setting up the repo and I am glad you were able to get it working. Unfortunately, pytorch-lightning has been causing a lot of issues as it doesn't seem to maintain good compatibility. If you want to submit a PR updating the requirements to the version that worked for you, I will happily accept it. Thank you. |
hi @mbanani, Actually later on only the preprocessing code works (which I could send a pull request for). However, the training / eval still run into a lot of issues which are hair-pulling to fix :( Like I had requested, would be great if you could please share the Will be very grateful for your help :) Thanks, |
Hi Sid! I did this work while I was a PhD student and I have already graduated. I will see if I still have access to the cluster and update this accordingly if I can. My guess is that the following 3 packages (pytorch-lightning, lightning-bolts, lightly would be the root of the problem, so for now, I would suggest finding the package version as of November 2022 which is when this work was submitted. Also, looking at the requirements, I would think that the preprocessing stuff is mainly stable. I am curious, which packages you ran into issues with with preprocessing? |
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 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
The text was updated successfully, but these errors were encountered: