How to really realy clear dataloader cache

I am working with about 800 000 datasets, but after first training this was slow so i decided to sample 10 percent of this for training. Now after sampling 10% I still see my confusion matrix using this old data quantity instead of the newly reduced amount. And i don’t know what is causing this. I checked torch hub and found no cache files.