Using Lightning DataModules #9235
Replies: 3 comments 4 replies
-
Which PL version are you using? |
Beta Was this translation helpful? Give feedback.
-
I am having the same issue. torch: 2.1.1 |
Beta Was this translation helpful? Give feedback.
-
I reimplemented similar issue while using Ray and PyG. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have the following minimal code example:
Which gives me the following error:
I would have expected this is how
LightningDataset
is supposed to be applied.My code works when I create standard
DataLoader
s from PyG.Version: pyg 2.5.2 py311_torch_2.2.0_cu121
Beta Was this translation helpful? Give feedback.
All reactions