Replies: 1 comment 2 replies
-
Would you mind sharing your minimal code and env details to reproduce it? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
File "d:\software\anaconda\Anaconda3_2020\envs\ddpgstarlink\lib\site-packages\torch_geometric\data\batch.py", line 97, in from_data_list
batch, slice_dict, inc_dict = collate(
File "d:\software\anaconda\Anaconda3_2020\envs\ddpgstarlink\lib\site-packages\torch_geometric\data\collate.py", line 61, in collate
out.stores_as(data_list[0]) # type: ignore
AttributeError: 'listBatch' object has no attribute 'stores_as'
my environment is pytorch 2.2.0, python3.8, what is wrong
Beta Was this translation helpful? Give feedback.
All reactions