Hi, @bnu-wangxun
I want to reproduce the result of Binomial Loss, so I modified the run_train_00.sh slightly:
DATA=car
...
LOSS=Binomial
...
DIM=64
And I downloaded the bninception from here.
But I get a performance Epoch-600 0.7719 0.8504 0.9052 0.9451 0.9701 0.9847, which is similar to MS Loss. Any idea about this? Thanks!
