Branden Keck
Branden Keck
> @paridhimaheshwari2708 You can use an example DGL dataset (like qm7b) and put a breakpoint before the line of code you've mentioned, and see how `batched_data` looks like:  I...
For anyone that comes across this that is also struggling with the data structure - I think I understand now after reading [wrapper.py](https://github.com/microsoft/Graphormer/blob/main/graphormer/data/wrapper.py). "batched_data" appears to be a python dictionary...