Open moshifengyan opened 6 years ago
process image... ['/home/daitian/vid2vid/datasets/Cityscapes/test_A/stuttgart_00/stuttgart_00_000000_000003_leftImg8bit.png']
THCudaCheck FAIL file=/pytorch/aten/src/THC/THCCachingHostAllocator.cpp line=271 error=77 : an illegal memory access was encountered
Traceback (most recent call last):
File "/home/daitian/vid2vid/test.py", line 43, in
RuntimeError: cuda runtime error (77) : an illegal memory access was encountered at /pytorch/aten/src/THC/THCCachingHostAllocator.cpp:271
I meet the same problem with you @moshifengyan , although my code is not this project:
*** RuntimeError: cuda runtime error (77) : an illegal memory access was encountered at /opt/conda/conda-ld/pytorch_1535493744281/work/aten/src/THC/THCCachingHostAllocator.cpp:271
still do not know how to solve this issue. Do you have handled this successfully?
@moshifengyan I have soloved this issue. The reason that caused this problem in my case is I input a wrong tensor (the dimension and data it self is not right). Thanks.
Nothing to help
Hello!After training the model,then i run the test_1024_g1.sh,it will throw the error!what's going on?