-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some questions #4
Comments
Hi, sorry that I cannot reproduce the error message. Could you follow step 0 to reinstall the package again? |
Sorry, I tried it as you instructed. I reset Anaconda, follow step 0 to create a virtual environment, he prompted me can't create, because I can't get down, as shown in the figure, so I tried to download it manually on the https://anaconda.org, but some packages only support linux, and I'm win, do you need to experiment on a linux virtual machine or have other solutions |
Hi, thanks for your feedback. However, the environment is only tested on Linux so we suggest you run on Linux too. |
Thank you very much for your reply, I continue to experiment with Linux, if there is a result, I will let you know as soon as possible, it may take 2-3 days, thank you |
Hello, when I try to perform the second type of attack, the n_neighbors<n_samples pops up, and when I try to locate it, I find that there is no kneighbors_graph of the function, what should I do |
@hhdjl Could you specify the dataset and model you used to perform the attack? Please also share the command and error message so that we can better identify the error :) |
(gnn_model_stealing) ubantu@ubantu-Z390-AORUS-PRO-WIFI:~/桌面/GNNStealing-master |
@hhdjl We cannot reproduce the error with this command: Given the provided error message. It seems that one graph (e.g, train_g) only has 9 node features, which is less than 24. Could you also check how you partition your train/test graph? To dive deeper into the error, you can check your For details of this function, you can also check: https://scikit-learn.org/stable/modules/generated/sklearn.neighbors.kneighbors_graph.html. In our running, with the provided command of the attack, train_g has the |
Sorry to bother you, but I'd like to ask why these two issues are occurring,I would appreciate it if you could answer it.
First one is
File "C:\Users\User\anaconda3\envs\gnn_model_stealing\lib\site-packages\torch\utils\data\dataloader.py", line 1004, in _try_get_data
raise RuntimeError('DataLoader worker (pid(s) {}) exited unexpectedly'.format(pids_str)) from e
RuntimeError: DataLoader worker (pid(s) 26324, 3628, 32496, 24296, 32456, 23288, 31972, 22952) exited unexpectedly
Next one is
File "C:\Users\User\anaconda3\envs\gnn_model_stealing\lib\multiprocessing\spawn.py", line 135, in _check_not_importing_main
raise RuntimeError('''
RuntimeError:
An attempt has been made to start a new process before the
current process has finished its bootstrapping phase.
The text was updated successfully, but these errors were encountered: