Closed zhanghm1995 closed 3 years ago
Hi. Could you please try to locate which line in DataLoader throws the error? Currently, the provided information is not enough for me to help you. I personally have not encountered a similar issue.
When the code execute this line, it cause this problem.
BTW, I have found an solution that to change the num_worker
from 1 to 0, maybe it refers to the parallel data loader process.
That's strange. I would expect the TypeError came from somewhere in this file. However, if disabling parallel data loading solves the issue, then the problem is not in the DataLoader. Parallel data loading works smoothly in my machine. Maybe it is some weird low-level bug in your machine or the computing power is not enough?
I'm not the sure what the problem exactly. Thanks for your kindly reply.
Hi, thanks for you excellent work firstly.
I got the error like
when running into the line
for i_iter, inputs in enumerate(val_dataset_loader):
incfg_train.py
script, I have googled different solutions but not worked.Hope you could do me a favor, thanks in advance.