matkowski-voy
matkowski-voy
another thing is whether the `self.prev_model` should be `.train()` or `.eval()` because currently it is in the training mode so it would affect batch norm and dropouts for example and...
The code is attached below. There are 2 experiences in the data stream scenario (```generic_scenario = dataset_benchmark([trainset1, trainset2], [testset1, testset2])```) and - during first experience the GPU memory usage is...
Hi @HamedHemati , yes, that solves the issue. Thanks a lot! :)