You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
torch_geometric.data.keys() is a method. Since the code mentioned above tries to iterate through the method instead of calling the method and iterate through results, I was getting TypeError: 'method' object is not iterable when I try to run_single_pyg.sh
Please modify the code to resolve this issue.
Since this is minor bug and I'm still learning this wonderful library, I thought it's worth pointing out.
The text was updated successfully, but these errors were encountered:
torch_geometric.data.keys() is a method. Since the code mentioned above tries to iterate through the method instead of calling the method and iterate through results, I was getting TypeError: 'method' object is not iterable when I try to run_single_pyg.sh
Please modify the code to resolve this issue.
Since this is minor bug and I'm still learning this wonderful library, I thought it's worth pointing out.
The text was updated successfully, but these errors were encountered: