LWF
LWF copied to clipboard
Implementation of Learning without Forgetting paper
I encounter the numpy memory error while trying to run the code. My environment: py3.10 , Torch 1.12.0 , numpy 1.26.1 I have 32GB memory,but the runnning process takes all...
Hi, thanks a lot for sharing this implementation. But I found the implementation of MultiClassCrossEntropy confusing. The things are two-fold: 1. The computation of the output and labels. In the...
fatal: Not a valid object name HEAD Traceback (most recent call last): File "C:/Users/Lenovo/Desktop/代码-zy/LWF/6LWF-master/main.py", line 171, in githash = subprocess.check_output(['git', 'describe', '--always']) File "D:\Programs\Python\Python36\lib\subprocess.py", line 356, in check_output **kwargs).stdout File...
Thanks for sharing. But when I implemented the method on my local dataset, the behaviour of the model is not ideal. It feels like that it didn't have any improvement....
打扰了
请问您的程序是从一百个类分成50个任务吗,每次任务两类?还是怎样?我想把这一百类分成十个任务,做增量学习,您有什么建议吗?
RuntimeError: Dataset metadata file not found or corrupted. You can use download=True to download it
Hello, @ngailapdi, I am trying to reproduce the results, when I am executing the main.py its showing following errors after downloading data. "RuntimeError: Dataset metadata file not found or corrupted....
Traceback (most recent call last): File "C:/Users/Lenovo/Desktop/Learning-without-Forgetting-using-Pytorch-main/main.py", line 70, in transform=train_transforms, File "C:\Users\Lenovo\Desktop\Learning-without-Forgetting-using-Pytorch-main\dataset.py", line 16, in __init__ with open(os.path.join(self.root, 'images.txt')) as f: FileNotFoundError: [Errno 2] No such file or directory:...