Branden Keck

Results 2 comments of 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: ![image](https://user-images.githubusercontent.com/58137527/185039546-ca2839c8-dab0-4826-96db-cc0a6cb974de.png) 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...