isl-org / StableViewSynthesis

MIT License
211 stars 34 forks source link

Are the required package versions correct? #21

Open ThomasA opened 2 years ago

ThomasA commented 2 years ago

I am having trouble with the following requirements:

"torch-sparse" is mentioned twice in README.md; I suppose this is a mistake?
Also, torch-sparse does not seem to be available in a newer version than 0.6.12 (https://github.com/rusty1s/pytorch_sparse), so version 1.6 looks like a mistake.
torch-scatter has no versions between 1.4.0 and 2.0.2 so version 1.6.0 must be a mistake here too?

griegler commented 2 years ago

Thanks for reporting. I installed the pip packages as described here.

ThomasA commented 2 years ago

Thanks, I will try those instructions. They, however, sound more like the version means "for PyTorch 1.6.0" and not torch-scatter etc. v. 1.6... I currently have a PyTorch 1.10.0 here. I see that there are wheels for the ...scatter/sparse/geometric packages for PyTorch 1.10.0 as well, but is StableViewSynthesis compatible with PyTorch etc. that new?