DSE-MSU / DeepRobust

A pytorch adversarial library for attack and defense methods on images and graphs
MIT License
957 stars 191 forks source link

fix Dpr2Pyg for torch_geometric>=2.0 #115

Closed EdisonLeeeee closed 1 year ago

EdisonLeeeee commented 1 year ago

This PR fixes the Dpr2Pyg bug for torch_geometric>=2.0, which was mentioned in https://github.com/DSE-MSU/DeepRobust/issues/101 and https://github.com/DSE-MSU/DeepRobust/issues/93

ChandlerBang commented 1 year ago

Thank you, Jintang!