You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently ran your code and found that the performance was not nearly as good as in the relevant papers.
Here is my result.
I suspect that this might be consequence of improper hyper-parameter settings or other factors that have not been taken into consideration.
Here is the command to run code. python run_expt.py -d arxiv -m Sketch-GCN --device 2 --compress_ratio 0.1 --num_epochs 200 --runs 2
I would like to report this issue and request your help in identifying the potential causes and solutions.
The text was updated successfully, but these errors were encountered:
I have a doubt in running the GitHub-repository. I will appreciate if someone can help me with the issue.
I keep getting error in the line 91, “dataset = PygNodePropPredDataset(name='ogbn-{}'.format(args.dataset)” in the run_expt.py file.
I have resolved some errors related with it, but is there a solution to process it correctly? The latest error is: “assert(additional_file[:5] == 'node_')
AssertionError”.
I recently ran your code and found that the performance was not nearly as good as in the relevant papers.
Here is my result.
I suspect that this might be consequence of improper hyper-parameter settings or other factors that have not been taken into consideration.
Here is the command to run code.
python run_expt.py -d arxiv -m Sketch-GCN --device 2 --compress_ratio 0.1 --num_epochs 200 --runs 2
I would like to report this issue and request your help in identifying the potential causes and solutions.
The text was updated successfully, but these errors were encountered: