DSE-MSU / DeepRobust

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

Custom Dataset #144

Open Shakib-IO opened 11 months ago

Shakib-IO commented 11 months ago

I'm currently learning about graph adversarial attacks. I attempted to load a dataset named "Actor" using the deeprobust Dataset module. However, the deeprobust dataset module only works with specific datasets like 'cora', 'citeseer', 'cora_ml', 'polblogs','pubmed', 'acm', 'blogcatalog', 'uai', 'flickr' Now, I'm unsure how to load the "Actor" dataset or any other custom dataset. I would greatly appreciate any assistance. If you can, please provide a sample code example.

Thank you!

IskandarZhang commented 5 months ago

Hi, I'm facing the same situation as you now, have you found a solution to this problem? Thanks for your reply in advance!