Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarghi-nv committed Dec 12, 2023
1 parent a9fc5af commit 49094db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/cugraph-pyg/datasets/ogbn_papers100M.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def x_dict(self) -> Dict[str, torch.Tensor]:
full_path = os.path.join(node_type_path, 'node_feat.npy')
else:
full_path = os.path.join(node_type_path, f'node_feat_{self.__replication_factor}x.npy')

self.__disk_x = {'paper': np.load(
full_path,
mmap_mode='r'
Expand Down

0 comments on commit 49094db

Please sign in to comment.