Thank you for sharing this great project!
I'm trying to reproduce the results, but I found that the current requirements.txt only includes package names without specific version numbers. This makes it difficult to exactly replicate the original environment.
Could you please provide a more precise requirements.txt file that includes exact versions for all dependencies?
Such a file can be generated using the following command:
pip freeze > requirements.txt
This would help ensure full reproducibility of the environment.
Thanks again for your work!
Thank you for sharing this great project!
I'm trying to reproduce the results, but I found that the current
requirements.txtonly includes package names without specific version numbers. This makes it difficult to exactly replicate the original environment.Could you please provide a more precise requirements.txt file that includes exact versions for all dependencies?
Such a file can be generated using the following command:
This would help ensure full reproducibility of the environment.
Thanks again for your work!