Sudaksh Kalra
Sudaksh Kalra
Hi, I see you did not upload the CNN implementation of the code in this Repo. For my work I am taking many ideas from your paper and I would...
There is some issue with the class LinearAdapter for PNN models in PNN.py The variable self.num_prev_modules is not initialized anywhere, see below code snippet.
in the source code for the function as shown below: ``` def benchmark_from_datasets(**dataset_streams: Sequence[TCLDataset]) -> CLScenario: """Creates a benchmark given a list of datasets for each stream. Each dataset will...