Skip to content
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

reproducing the VSRN paper #6

Open
DZZ95 opened this issue Feb 3, 2021 · 1 comment
Open

reproducing the VSRN paper #6

DZZ95 opened this issue Feb 3, 2021 · 1 comment

Comments

@DZZ95
Copy link

DZZ95 commented Feb 3, 2021

Hi, recently we are reproducing the VSRN paper.During the replication process, the running environment of the code was changed from Python 2.7 to Python 3.6, resulting in a much lower model accuracy.Do you have any good idea?Thank you very much!

@mesnico
Copy link
Owner

mesnico commented Feb 3, 2021

Hi @DZZ95, I noticed something similar. I solved this by using the same python version declared in their specifications (python 2.7), and the earliest possible pytorch version after the 0.4.1 (I think I used the 1.0.0, which was able to run on my system). With this configuration, I was able to obtain the claimed results on the test set using their pre-trained model.
Consider writing to the VSRN authors for more details on this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants