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

Fix small typo in pooling_ops_test #1953

Merged
merged 1 commit into from
Apr 15, 2016
Merged

Fix small typo in pooling_ops_test #1953

merged 1 commit into from
Apr 15, 2016

Conversation

ry
Copy link
Contributor

@ry ry commented Apr 14, 2016

(not related to pull req #1868)

@gunan
Copy link
Contributor

gunan commented Apr 14, 2016

Can one of the admins verify this patch?

1 similar comment
@tensorflow-jenkins
Copy link
Collaborator

Can one of the admins verify this patch?

@@ -843,7 +843,7 @@ def _testAvgPoolGradSamePadding3_1(self, data_format, use_gpu):
def testShapeFunctionEdgeCases(self):
# All shapes unknown.
for pool_func in [tf.nn.max_pool, tf.nn.avg_pool]:
p = tf.nn.max_pool(tf.placeholder(tf.float32),
p = pool_func(tf.placeholder(tf.float32),
ksize=[1, 1, 1, 1], strides=[1, 1, 1, 1],
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know it's annoying, but can you align these parameters? Thanks for catching this.

@ry
Copy link
Contributor Author

ry commented Apr 15, 2016

yep, updated

@vrv
Copy link

vrv commented Apr 15, 2016

Thanks! @tensorflow-jenkins test this please

@vrv
Copy link

vrv commented Apr 15, 2016

somehow we killed jenkins, going to wait for it to restart to try again.

@vrv
Copy link

vrv commented Apr 15, 2016

test this please

@vrv vrv merged commit 396b584 into tensorflow:master Apr 15, 2016
@ry ry deleted the pool_test_fix branch April 15, 2016 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants