Xpangz

Results 5 comments of Xpangz

when I was troulbed in this problem, my finally ways was just changed the gpu ID. Caffe default gpu number is 0, so if your gpu 0 is occupied,you‘d better...

I meet the same error,it make me crazy! @WangJian981002 @XiaoSanGit @XDynames Have you solved the problem? The version: gcc 7.5.0 g++ 7.5.0 ubuntu 18.04.4 python 3.8.5 pytorch 1.7 cuda 10.2.89...

After I changed the '['ninja', '-v']' to '['ninja', '--v']', and used ‘export TORCH_CUDA_ARCH_LIST="5.0"’ to solve the 'compute_75' from https://github.com/torch/torch7/issues/1190. I meet the same error! what should I do?

I delete the ':3f' in {} of log_str, and it works :>

I meet the same question