Hi, I want to run your code without incremental setting in the voc dataset.
According to task.py, I edited line 35 of run.sh from task=15-5 to task=offine.
However, I encountered an error:
FileNotFoundError: Please, add the traning spilt in data/voc/offline-ov/train-0.npy., occurring in dataset.py line 26.
What should I do? Could you provide me the missing file?
Hi, I want to run your code without incremental setting in the voc dataset.
According to task.py, I edited line 35 of run.sh from
task=15-5totask=offine.However, I encountered an error:
FileNotFoundError: Please, add the traning spilt in data/voc/offline-ov/train-0.npy., occurring in dataset.py line 26.What should I do? Could you provide me the missing file?