Elia Piccoli

Results 4 comments of Elia Piccoli

Are you sure that you are using the latest version of Avalanche-RL? Because in the error the code is trying to import `BaseStrategy` which was in the old version of...

As you can see in the examples folder to make it work correctly you should write: `strategy.eval(scenario.eval_stream)` @AntonioCarta Should we stick with this name for the test/evaluation stream or should...

I think you also need to update the `torch.cuda.syncronize()` calls otherwise it synchs `torch.cuda.current_device` that - if not set - is not the actual device used. You can use `torch.cuda.synchronize(config.device)`...

Hi, me again :D While performing experiments I also noticed that the GPU usage should be adapted while using gpu different from 'cuda:0'. I believe you need to update lines...