machrisaa / tensorflow-vgg

VGG19 and VGG16 on Tensorflow
2.21k stars 1.08k forks source link

making dropout a configurable parameter with default value of 0.5 #17

Closed jamoque closed 7 years ago

jamoque commented 7 years ago

While a dropout value of 0.5 is not a bad default and probably the most commonly used value, it might be nice to make it explicitly configurable.

machrisaa commented 7 years ago

It's good to make dropout to be configurable. Thanks.