continual-learning-baselines icon indicating copy to clipboard operation
continual-learning-baselines copied to clipboard

One Little Typo in experiments.slipt_mnist.naive

Open AnonymousUTC8 opened this issue 1 year ago • 0 comments

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.

AnonymousUTC8 avatar Mar 25 '24 02:03 AnonymousUTC8