Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

the batch_norm layer problem #22

Closed
NanYoMy opened this issue Sep 15, 2019 · 2 comments
Closed

the batch_norm layer problem #22

NanYoMy opened this issue Sep 15, 2019 · 2 comments

Comments

@NanYoMy
Copy link

NanYoMy commented Sep 15, 2019

return tf.nn.relu(tf.contrib.layers.batch_norm(tf.nn.conv3d_transpose(input_, w, shape_out, strides, "SAME")))

Hi HU,
I notices that the is_training parameter of batch_norm layers(tf.contrib.layers.batch_norm) in your project didn't set to False during the inference period.
But according to the helper document of TensorFlow. this parameter should be set to False during the inference time.
https://www.tensorflow.org/api_docs/python/tf/contrib/layers/batch_norm

@YipengHu
Copy link
Owner

YipengHu commented Sep 15, 2019 via email

@NanYoMy
Copy link
Author

NanYoMy commented Sep 15, 2019

really appreciated!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants