Skip to content
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

train.py: error: unrecognized arguments: DeLoMe #1

Open
Nico21Yt opened this issue Oct 31, 2024 · 0 comments
Open

train.py: error: unrecognized arguments: DeLoMe #1

Nico21Yt opened this issue Oct 31, 2024 · 0 comments

Comments

@Nico21Yt
Copy link

Nico21Yt commented Oct 31, 2024

I prepared everything as in CGLB, and typed python train.py --dataset CoraFull-CL--method DeLoMe --backbone SGC as in the readme,
but got

Traceback (most recent call last):
File "train.py", line 123, in
AP, AF, acc_matrix = main(args,valid=True)
File "C:\Users\armstrong\Desktop\DeLoMe-main\pipeline.py", line 168, in pipeline_task_IL_no_inter_edge_minibatch
life_model_ins = life_model.NET(model, task_manager, args) if valid else None
File "C:\Users\armstrong\Desktop\DeLoMe-main\Baselines\DeLoMe_model.py", line 23, in init
self.budget = int(args.DeLoMe_args['budget'])
TypeError: int() argument must be a string, a bytes-like object or a number, not 'list'

,what should I do?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant