Ultra-Fast-Lane-Detection-v2
Ultra-Fast-Lane-Detection-v2 copied to clipboard
Some problem about my_interp in training
Traceback (most recent call last):
File "train.py", line 8, in
and my gcc version is updated to 7.3.0, so I do not aware of the reason why this problem arise. Tks!
I have solved this problem. The reason why this problem arise is I have compiled my_interp with CUDA10.1 first, I just delete the old version my_interp and then compile it with CUDA10.2 again. It works.
I have solved this problem. The reason why this problem arise is I have compiled my_interp with CUDA10.1 first, I just delete the old version my_interp and then compile it with CUDA10.2 again. It works.
I'm guessing we have the problem. I don't know how to solve it. AttributeError: module 'my_interp' has no attribute 'run' then I sh build.sh, The following error occurred
The detected CUDA version (10.1) mismatches the version that was used to compile Pytorch (11.3). Please make sure to use the same CUDA versions.
my gcc version is updated to 9.4.0
Thank you!
@jd926 I have replied in #14