Mladen Fernežir
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...
This version also excludes the time to place the data on the GPU. Are you sure you want it like that? From a practical standpoint, the API receiving an image...
Hi @andrew-korea ! Did you maybe solve it with a newer PyTorch version? I've cleaned up the yaml file for the PyTorch 1.4 version, but there is still a problem...
Hi @Shoug22! I was using this in a Docker container that has CUDA 10.1 and Ubuntu 18.04, Miniconda 23.3.1, and Python 3.7.6 env. If you have a different CUDA version,...
@Isabellajhon I'm no longer working with this repo, but yes, I got it running with the env file I posted without errors.