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

required version of torchvision does not match with vpcfg repo requirements #1

Open
evaportelance opened this issue Feb 16, 2023 · 0 comments

Comments

@evaportelance
Copy link

Hi! I was redirected here from your vpcfg repo in order to do the data preprocessing required for training your vc-pcfg model. In the vpcfg repo, requirements.txt lists the required version of pytorch as pytorch==1.4.0 . Assuming you used the contemporary version of torchvision, that would be 0.5.0. However, vpcfg_image.py in this repo requires a newer version (not sure which version you used) as it contains functionality that wasn't available yet in torchvision 0.5.0. So maybe an update is in order for the requirements for both repos to list pytorch >= ? torchvision >= ? the versions you are actually using now? Thanks!

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

1 participant