RSTNet icon indicating copy to clipboard operation
RSTNet copied to clipboard

TypeError: 'generator' object is not callable

Open cui0204 opened this issue 3 years ago • 1 comments

Hello, thanks for sharing the code. This error occurs when I am running offline tests. What happens? I haven't found a solution yet. Thank you very much for your help. error

cui0204 avatar Jun 26 '22 10:06 cui0204

Hello, thanks for sharing the code. This error occurs when I am running offline tests. What happens? I haven't found a solution yet. Thank you very much for your help. error

Thanks for your attention. please check if your dataset has been loaded successfully?

zhangxuying1004 avatar Aug 07 '22 09:08 zhangxuying1004

I have tackled this problem in the "training stage". You should modify the "fetch.py" as following: 微信截图_20230507003916 and, use "enumerate(dataloader)" rather than "enumerate(iter(dataloader))"

CAU-ISS-Lab avatar May 06 '23 16:05 CAU-ISS-Lab