dzurek

Results 6 comments of dzurek

I’m working with @Nyderx In my case I'm using the same ds (mnist). And my results are the same as above when I;m using nc_benchamrk method. But in the case...

@AntonioCarta Thanks for your response. First of all let’s focus on SI and EWC As you @Nyderx showed and as you can see in my result, when we create benchmarks...

@AndreaCossu in my previous post (four above) there is a script and result- you can simply reproduce this. In any doubt let me know.

> Code looks fine, I am wondering if the difference is only in the metric names when you use task labels. Can you print here the output of the TextLogger...

@AndreaCossu here you are txt logs : [logs_without_task_labels.zip](https://github.com/ContinualAI/avalanche/files/9038358/logs_without_task_labels.zip) Moreover I took a look on TensorboardLogger but the traning process looks fine.

@AndreaCossu 1. SplitMNIST with return_task_id=True --> [0, 1] 2. SplitMNIST with return_task_id=False --> [0, 9] 3. nc_benchmark with task_labels=True -> [0, 9] 4. nc_benchmark with task_labels=False -> [0, 9] 5....