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 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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: