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

Xception: Is there a need for batch_norm to be deactivated during evaluation?

Open kwotsin opened this issue 7 years ago • 0 comments

In the inception models (for TF-slim implementations), it seems that batch norm is deactivated once the model is sent for evaluation. Does Keras have this functionality as well, and is this option available for the Xception model?

Is there a need for deactivating the batch_norm during evaluation?

Thank you! :D

kwotsin avatar May 04 '17 09:05 kwotsin