Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed the common errors by 'None' batch size and multiple uses #8

Merged
merged 1 commit into from Oct 9, 2018

Conversation

iyah4888
Copy link
Contributor

@iyah4888 iyah4888 commented Oct 9, 2018

The errors by the following reported issues are fixed in this change.

  • The undetermined batch size raises the list type error in Tensorflow.
  • When the group normalization is used in several layers, the variable name confliction error raises due to the usage of get_variable().

The errors by the following reported issues are fixed in this change.
- The undetermined batch size raises the list type error in Tensorflow.
- When the group normalization is used in several layers, the variable name confliction error raises due to the usage of get_variable().
@iyah4888
Copy link
Contributor Author

iyah4888 commented Oct 9, 2018

The errors by the following reported issues are fixed in this change.

  • The undetermined batch size raises the list type error in Tensorflow.
  • When the group normalization is used in several layers, the variable name confliction error raises due to the usage of get_variable().

@shaohua0116 shaohua0116 merged commit 551511c into shaohua0116:master Oct 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants