Saining Xie
Saining Xie
@happynear This is a good question, and should be a common one. Of course one can tune the gamma based on the validation set, but this is really annoying. We...
@happynear @zhangliliang Sorry yes it is not "preventing hinge to be zero" but vanishing it. I assume it is a typo in original question? In our paper we have explained...
Please use the same configuration file for cifar-10 the only thing needed to be changed is using softmax loss instead of hinge loss.
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...
Yes exactly the case. Back to the time I did the experiments caffe did not support per layer weight, you can find several lengthy discussions in caffe's repo. We should...
Hi all, First I want to really apologize for the slow response in the repo issues. @saedrna @zeakey @fxw6000 First that's right you need to have the padding in the...
Could you provide more information (system output etc.)