PeleeNet icon indicating copy to clipboard operation
PeleeNet copied to clipboard

batch_norm is_training parameter

Open autasi opened this issue 5 years ago • 1 comments

Shouldn't the 'is_training' parameter be passed to batch_norm normalizer via 'normalizer_params' of conv2d? The same applies to the other functions in this file.

https://github.com/nnUyi/PeleeNet/blob/60d179101adebd0c5ec9853c2aa09694b3a51b79/layers.py#L19

autasi avatar Mar 28 '19 16:03 autasi

I think the writer forget this parameter,also ,in layer.py file line 79,function def _classification_layer,the writer forgot to change the dropout value when test

chyueG avatar Apr 03 '19 07:04 chyueG