Open Hello526 opened 4 years ago
I set batch_size=1 prefetch_size=1 chunk_sizes=[1] thread=1
I can successfully run test.py, but not train.py, which is strange
I pasted the error here:
Traceback (most recent call last):
File "/mnt/pycharm/Duan/train.py", line 203, in
i have the same environment and error,have you solved it? can I get some help?
@Hello526
Hi, My environment is: torch1.3.1 torchvision0.4.2 CUDA10.0 gcc7.5,
I use the method mentioned by(https://github.com/princeton-vl/CornerNet-Lite/tree/master/core/models/py_utils/_cpools) to compile using _cpools in cornernet-lite. When I executed test.py without any errors, but when I executed train.py, I encountered the following error: