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
In experiments.slipt_mnist.naive module, the 'task_incremental': False in line 18 is not corresponding to the return_task_id=args.task_incremental in line 24, which will cause AttributeError: 'types.SimpleNamespace' object has no attribute 'task_incremental' on my computer. I think it's a typo in line 18, but it has been here for a quite long time.
I am using Python 3.9, and I suppose it can be fixed in one second, literally.
The text was updated successfully, but these errors were encountered:
In experiments.slipt_mnist.naive module, the
'task_incremental': False
in line 18 is not corresponding to thereturn_task_id=args.task_incremental
in line 24, which will causeAttributeError: 'types.SimpleNamespace' object has no attribute 'task_incremental'
on my computer. I think it's a typo in line 18, but it has been here for a quite long time.I am using Python 3.9, and I suppose it can be fixed in one second, literally.
The text was updated successfully, but these errors were encountered: