tiny-training icon indicating copy to clipboard operation
tiny-training copied to clipboard

how to train the quantized model on custom dataset

Open tonyzhangnxp opened this issue 2 years ago • 2 comments

Hello

I 'm an engineer from NXP. I'm very interested in your incredible work. I'd read your paper "On-Device Training Under 256KB Memory", we want to reproduce your works on our platforms. but I can't find where to training the quantized model on custom dataset. I checked the mucnet repo, it only contains the model zoo, I can't find the training scripts I also checked the once-for-all repo, but it seems not support tiny subnet yet.

BR Tony

tonyzhangnxp avatar May 17 '23 08:05 tonyzhangnxp

@songhan @zhijian-liu @Lyken17 @tonylins Sorry to loop you all, is there anybody could answer my question?

Thanks. BR Tony

tonyzhangnxp avatar May 29 '23 09:05 tonyzhangnxp

Hello

I 'm an engineer from NXP. I'm very interested in your incredible work. I'd read your paper "On-Device Training Under 256KB Memory", we want to reproduce your works on our platforms. but I can't find where to training the quantized model on custom dataset. I checked the mucnet repo, it only contains the model zoo, I can't find the training scripts I also checked the once-for-all repo, but it seems not support tiny subnet yet.

BR Tony

I also can't find the training code. In the train project, I find the train function in "main.c", it calls "invoke(label)" but "label" is not used in "invoke" function.

loveindex avatar Mar 04 '24 12:03 loveindex