在dataset.py中运行到getitem()函数下,断点调试后,input输入在出init后始终为0,target没有问题,具体报错如下,请问是哪出了问题,该怎么调试呢?
When I run getitem() function in dataset.py, after debugging the breakpoint, the input is always 0 after init, and there is no problem with target. The specific error is as follows, may I ask what is the problem?
在dataset.py中运行到getitem()函数下,断点调试后,input输入在出init后始终为0,target没有问题,具体报错如下,请问是哪出了问题,该怎么调试呢? When I run getitem() function in dataset.py, after debugging the breakpoint, the input is always 0 after init, and there is no problem with target. The specific error is as follows, may I ask what is the problem?