leaderj1001 / MobileNetV3-Pytorch

Implementing Searching for MobileNetV3 paper using Pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dropout

harristeague opened this issue · comments

It doesn't look like the dropout parameter is implemented. Have you trained with dropout (as mentioned in the paper).

commented

I have the same idea with you!May be it did't.

It doesn't look like the dropout parameter is implemented. Have you trained with dropout (as mentioned in the paper).

I'm so sorry. I could not confirm it because I did not have an Issue notification. I really sorry.
I will reflect it as soon as possible. It was a part I forgot.
Thank you !!

Again, I am so sorry for the delay.

Google's MobileNet-V2 code shows dropouts applied only to classifiers. So I have applied it, and I will try adding a dropout to the MobileBlock.
Thank you !!