s9xie / DSN

Deeply-supervised Nets
http://vcl.ucsd.edu/~sxie/2014/09/12/dsn-project/
Other
141 stars 66 forks source link

Where to find the cifar-100 train/test/solver configure file #4

Open bityigoss opened 9 years ago

bityigoss commented 9 years ago

Would you please upload the cifar-100 net configure file? Thanks!!!

ghost commented 9 years ago

Have you tried cifar-100 data set?

s9xie commented 9 years ago

Please use the same configuration file for cifar-10 the only thing needed to be changed is using softmax loss instead of hinge loss.

feynmanliang commented 9 years ago

Do we need to change num_output in cccp6 and the ip supervision layers?

s9xie commented 9 years ago

Yes the only thing you need to change is the num of output (10 -> 100). And you should replace hinge losses with softmax losses.

On Thu, May 7, 2015 at 1:56 PM, Feynman Liang notifications@github.com wrote:

Do we need to change num_output in cccp6 and the ip supervision layers?

— Reply to this email directly or view it on GitHub https://github.com/s9xie/DSN/issues/4#issuecomment-100016967.