simple-faster-rcnn-pytorch
simple-faster-rcnn-pytorch copied to clipboard
RuntimeError: Set changed size during iteration
trafficstars
Hi! @chenyuntc
If I set test_num in file config.py to number smaller than len(test_dataloader),then the code if ii == test_num: break will execute,right?
But I Encountered this problem!
How do I solve them?
`