Open breakices opened 1 year ago
I'm not true if the same problem will occur while using the code in github because I download the package by pip install.
Thanks for reporting the problem. The code at Github has already fixed this issue while we haven't updated it to the pypi source. We will update pip version soon.
Thanks for replying!
If you use deeprobust.graph.data.Dataset in windows, here comes a problem that the object would not initial its attribute "root", which leads to an AttributeError: 'Dataset' object has no attribute 'root' It can be easyly solved by add "self." in the front of the first "root", as following.