我在windows上尝试在自己的数据集上训练nano模型时出现了如下错误:
2021-12-06 21:12:18 | INFO | yolox.data.datasets.voc:183 - Loading cached imgs...
2021-12-06 21:12:18 | INFO | yolox.core.trainer:151 - init prefetcher, this might take one minute or less...
2021-12-06 21:12:28 | ERROR | yolox.core.launch:98 - An error has been caught in function 'launch', process 'MainProcess' (29604), thread 'MainThread' (29108):
AttributeError: Caught AttributeError in DataLoader worker process 0.
....
AttributeError: 'int' object has no attribute 'numel'
已经是Github上的最新代码,请问老师这个问题怎么解决?