ContinualAI / ContinualAI/continual-learning-baselines

One Little Typo in experiments.slipt_mnist.naive

Open
#73 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
358
Forks
48
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.