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!
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!