changyanchuan / SARN

SARN: Spatial Structure-Aware Road Network Embedding via Graph Contrastive Learning - EDBT 2023
10 stars 2 forks source link

Update edge_index.py #1

Closed baygaliyev closed 11 months ago

baygaliyev commented 11 months ago

np.long changed to np.longlong

changyanchuan commented 11 months ago

The update of the data types is less relevant to the model, but highly dependent on the size of input graphs. Thus, we could set it aside for now.