NetDissect-Lite
NetDissect-Lite copied to clipboard
raise StopIteration
I ran "python main.py" and I got:
labelprobe image index 63296, items per sec 99.2679, 126.2880
Traceback (most recent call last): File "/home/jenazads/github/NetDissect-Lite/loader/data_loader.py", line 518, in batches raise StopIteration StopIteration
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "main.py", line 18, in
I identify that it happens in the feature_operation.py when batch is None. What should I do? or do you know what is happening??
I think this is a duplicated issue: https://github.com/CSAILVision/NetDissect-Lite/issues/18 and https://github.com/CSAILVision/NetDissect-Lite/issues/14
Maybe this answer (https://github.com/CSAILVision/NetDissect-Lite/issues/14#issuecomment-571269701) works for you
I think this is a duplicated issue: #18 and #14
Maybe this answer (#14 (comment)) works for you
I already solved it. But Thanks!!
Hey,I also encountered this problem, how did solve the problem? can you please share?