Mladen Fernežir
Results
2
comments of
Mladen Fernežir
Hi! I've just had this issue and solved it by renaming layers. In your example, you should simply rename "conv1/relu_7x7" and other ReLU layers to something else. This way Caffe...
A comment for anybody else checking this in 2023. After running `pip install torch-sparse==0.64`, there's still a failure when the code internally runs `from torch_sparse import SparseTensor` https://github.com/pyg-team/pytorch_geometric/issues/1770#issuecomment-718461015 mentions additional...