JianshuZhang/WAP

Question about the ensemble method in the code

Closed this issue · 6 comments

Hi Jianshu! I have read your paper(it's a great job), and I have also run your code in my GPU(GTX 1080Ti). But I only achieved 42% recognition rate using the densenet. Your paper says that you use 5 models to get a better result(50%), I'm wondering if your released code has implemented the ensemble method?

The ensemble codes will be released in soon future, waiting for the notification of another paper's submission

Is it normal for me to use one model to get 42% recognition rate? Is the ensemble method makes such a great improvement?

Thanks!

Hi Jianshu!
I have read your DenseNet code and paper recently. It seems that the code doesn't contain the multi-scale attention branch. I'm not very sure about this, could you tell me? thanks!