Yochengliu / Relation-Shape-CNN

Relation-Shape Convolutional Neural Network for Point Cloud Analysis (CVPR 2019 Oral & Best paper finalist)
https://yochengliu.github.io/Relation-Shape-CNN/
MIT License
415 stars 71 forks source link

RuntimeError: no deterministic convolution algorithms available in CuDNN #24

Closed TheJasal closed 4 years ago

TheJasal commented 4 years ago

This one: h_xi_xj = self.mapping_func2(self.activation(self.bn_mapping(self.mapping_func1(h_xi_xj)))) cause :

RuntimeError: no deterministic convolution algorithms available in CuDNN

Colin97 commented 4 years ago

how did you solve that? @TheJasal

TheJasal commented 4 years ago

@Colin97 Pytorch 0.3, CMake > 2.8, CUDA 8.0 + cuDNN 5.1