Closed puririshi98 closed 11 months ago
https://github.com/pyg-team/pytorch_geometric/blob/master/torch_geometric/profile/profile.py#L34-L39 https://github.com/pyg-team/pytorch_geometric/commit/0e7458d21433f0191f50951dd2ff56e6aefa492d it seems the profiler definition was updated but the tests weren't. @DamianSzwichtenberg @rusty1s
Thanks for reporting š Fix pushed in #8609. Actually, tests were good, the issue comes from get_stats_summary
, where I should check first if the incoming data is of the lowest type in the hierarchy...
š Describe the bug
Versions
latest stack as of 12 hours ago