pprp / ofa-cifar

:star: Make Once for All support CIFAR10 dataset.
MIT License
4 stars 0 forks source link

about results in cifar10 #1

Closed 13015517713 closed 1 year ago

13015517713 commented 1 year ago

Nice work !!! Did you train the supernet on cifar10 and retrain the subnet? Can you share the experiment results? Thanks really.

pprp commented 1 year ago

Thank you for your attention.

In fact, there are two approaches to implement ofa on cifar10/100 dataset.

  1. We don't change the network and resize the cifar image from 32 to 224.
  2. We change the network inputs resolution to 32 and modify corresponding parameters to make it work.

I adopt the second way to make it runnable but haven't trained the supernet or retrained the subnet. Here is a more reliable repo hyperbox that might help you.