deep-learning-models
deep-learning-models copied to clipboard
Dropout in mobilenet.py
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 ?
in general 1e-3 is a small value when you do not want 0 .