momo666666

Results 5 comments of momo666666

> I have the same problem, did you solve it?Thanks. It's a function problem in OpenCV. The network will fall into the function in opencv and can't get out anymore.You...

> I think your experiments don't have any problem. And I think your problem could be indicated as this format: > > We have 4 set: C(cls), L(loc 1), L'(loc...

My configuration is: cuda 10.2 RTX2080i torch1.5 When I compile setup.py,it had the same problem:nvcc fatal : Unsupported gpu architecture 'compute_75'.My solution is to execute this code'export TORCH_CUDA_ARCH_LIST="7.0" 'before excute...

> 我原本用的是1.4.0版的pytorch,没改动代码但训练不了,现在改成1.1.0版之后就能正常训练了,啊这...... 你好,请问一下你最后用1.1是正常跑起来了么,精度也正常么