Skip to content

main.py: error: unrecognized arguments: --agg concat #12

Description

@XueniLuo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions