RSTNet
RSTNet copied to clipboard
TypeError: 'generator' object is not callable
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.
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.
Thanks for your attention. please check if your dataset has been loaded successfully?
I have tackled this problem in the "training stage". You should modify the "fetch.py" as following:
and, use "enumerate(dataloader)" rather than "enumerate(iter(dataloader))"