DRSAD / iCaRL

94 stars 23 forks source link

How to use my own dataset train my model? #6

Open hefei1019 opened 3 years ago

hefei1019 commented 3 years ago

Hi, I am a student who learning incremental learning. I have use this code to train cifar-100 dataset which you provide, now I want to train my own dataset by this model. I meet some problem, can you tell me how to change this code to make it to be suitable for my dataset which is .mat form and it is necessary to divide the dataset to train and test file? Thanks for you reading, and I will expect you reply.

chg0901 commented 2 years ago

.mat data is also a kind of structural matrix-like data, read it and convert them into some kind of matrix, then you can use this model