autonomousvision / convolutional_occupancy_networks

[ECCV'20] Convolutional Occupancy Networks
https://pengsongyou.github.io/conv_onet
MIT License
830 stars 113 forks source link

Could not find a version that satisfies the requirement torch-scatter #26

Closed QtEngineer closed 3 years ago

QtEngineer commented 3 years ago

cause cuda version is 112

pengsongyou commented 3 years ago

@QtEngineer

I am not quite sure why this happened, maybe because torch-scatter has been updated. If you check https://github.com/rusty1s/pytorch_scatter, it seems that they only support cuda version up to 111.

Best, Songyou