Shahrad
Results
2
comments of
Shahrad
Same issue here running the code for hooking the activations of the model. Using float16 made it work.
Having the same issue. This needs to be fixed, though a workaround for now could be the following: ```python import torch from torch_geometric.data.storage import GlobalStorage from torch_geometric.data.data import DataEdgeAttr, DataTensorAttr...