Hi, I run the recommended code
python main.py --dataset ali --gnn ngcf --dim 64 --lr 0.0001 --batch_size 1024 --gpu_id 0 --context_hops 3 --agg concat --ns mixgcf --K 1 --n_negs 64
And received the issue:
main.py: error: unrecognized arguments: --agg concat;
I checked the file /utils/parser.py, and found the --agg parameter is not declared in that file.
Is there anything I missed?
Thanks for your time and have a nice day.
Hi, I run the recommended code
python main.py --dataset ali --gnn ngcf --dim 64 --lr 0.0001 --batch_size 1024 --gpu_id 0 --context_hops 3 --agg concat --ns mixgcf --K 1 --n_negs 64And received the issue:
main.py: error: unrecognized arguments: --agg concat;
I checked the file /utils/parser.py, and found the --agg parameter is not declared in that file.
Is there anything I missed?
Thanks for your time and have a nice day.