titu1994 / keras-efficientnets

Keras Implementation of EfficientNets
MIT License
187 stars 63 forks source link

Performance not so good #25

Closed fire717 closed 4 years ago

fire717 commented 4 years ago

Thx for this nice work.

However, this code and pretrain weights perform a little bad in my dataset.

The paper said the B1 can get same acc as xception, but in my dataset, even B4 perform much worse than xception. (B0-B5 are all worse than xception, and I have tried change learning rate.) (e.g. xception can get val acc 0.8, B4 can only get 0.3, while B1 can get 0.6.)

So, did I miss some important setting or param?

Thx again!