deep-learning-models icon indicating copy to clipboard operation
deep-learning-models copied to clipboard

Dropout in mobilenet.py

Open algila opened this issue 7 years ago • 1 comments

I see in line 299 the following line of code. dropout=1e-3 Usually dropout in 0,2 or 0,5 apper to me very small.

Is it a bug, or voluntary set at so small value ?

algila avatar Jul 18 '18 15:07 algila

in general 1e-3 is a small value when you do not want 0 .

PedroCardoso avatar Jul 19 '18 13:07 PedroCardoso