deep-learning-models
deep-learning-models copied to clipboard
Xception: Is there a need for batch_norm to be deactivated during evaluation?
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