Some questions and requests for complete code
Hello, I am very interested in your work, but I met some problems when I reproduced it. First, I want to replicate four experiments. For the partitioning experiment, the batch file referenced was deleted by you, and I replaced it with net file to run the experiment. However, in the node_edge_unlearning experiment, the first prompt was given
INFO:2024-06-04 09:54:50,523: -node_classifier - : generate train loader finish
INFO:2024-06-04 09:54:50,524: -node_classifier - : epoch 0
INFO:2024-06-04 09:54:50,525: -node_classifier - : batch size: 313
Traceback (most recent call last):
File "main.py", line 52, in
loss = F.nll_loss(out, self.data.y) loss.backward() optimizer.step()
train_acc, test_acc = self.evaluate_model() self.logger.info(f'Train: {train_acc:.4f}, Test: {test_acc:.4f}') It is then suggested that GAT-NET lacks inference method. Since I am a beginner, I hope to get some help by asking questions. Can you provide the complete code or provide some help?
Hi, thank you for your interest in our work! Based on the error message, it seems the issue arises from incompatible package versions. This is likely the cause of the error. As I currently don’t have the resources to update the code to ensure compatibility with newer package versions, I recommend using Conda or Docker to recreate the working environment specified in the Readme.txt file. This should help resolve the issue.