Lorenzo Pellegrini

Results 20 comments of Lorenzo Pellegrini

Hi there, I had a look at the RFC. It seems to me that it moves in a very good direction. I'm not aware of the current capabilities of TF-Lite...

Apart from minor git merge issues, the checkpointing functionality seems to be working with the new datasets! - I also tested other plugins such as LwF, GDumb, EWC, CWR (only...

@AntonioCarta yes, it's ready!

It works fine with the latest commit in the master branch. I think that the issue is related to an older version of Avalanche. This is the code adapted for...

I just tested adding the -j auto option in the docs Makefile as follows: ``` SPHINXOPTS = -j auto ``` This greatly speeds up things! I may try adding a...

Hi @ashok-arjun, I'm already working on this. It's a very broad issue an it requires a lot of changes in different modules and I'm implementing this along with the checkpointing...

Now we have the `data_incremental_benchmark` utility that, starting from a benchmark instance, allows for the creation of a new benchmark instance in which experiences are split into mini-experiences of a...

It seems that unit tests failed due to a temporary error while downloading CIFAR. I triggered a re-run and unit tests are ok!

Yes, the current issue is to check which plugins may not work. It seems that replay and the scheduler plugin are currently working as expected, but there are many more...

@AntonioCarta I fixed the naming of the methods you mentioned and added the `use_local` strategy method. I also added, in the example, an in-code description of the changes to be...