Skip to content

Commit db8b33c

Browse files
authored
typo Conv to conv2d
1 parent 77bb8d4 commit db8b33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/contrib/framework/python/ops/arg_scope.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
The first call to conv2d will use predefined args:
3434
layers.conv2d(inputs, 64, [11, 11], 4, padding='VALID', ..., scope='conv1')
3535
36-
The second call to Conv will overwrite padding:
36+
The second call to conv2d will overwrite padding:
3737
layers.conv2d(inputs, 256, [5, 5], padding='SAME', ..., scope='conv2')
3838
3939
Example of how to reuse an arg_scope:

0 commit comments

Comments
 (0)