antoine77340 / Youtube-8M-WILLOW

Kaggle Youtube 8M WILLOW approach
Apache License 2.0
465 stars 165 forks source link

mean average precision greater than 1!!!!!!!!!!!!!!!!! #32

Open creativesh opened 5 years ago

creativesh commented 5 years ago

Hi I have used these function to calculate mean average precision (mAp) for a subset of google Audioset. I have run a lot of training. now I have changes my features and run a new train, but in some epochs, mAp is greater than 1 !!! I don't know what the problem is? other metrics such as hit_at_one or AUC (area under the curve) are normal. how can I solve it?

jackvial commented 4 years ago

@creativesh It could a very small value that is less than 0 but displayed in exponential notation. e.g. 1.197076060995287e-05 which is about 0.00001 in normal decimal notation.