We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Conv
conv2d
1 parent 77bb8d4 commit db8b33cCopy full SHA for db8b33c
tensorflow/contrib/framework/python/ops/arg_scope.py
@@ -33,7 +33,7 @@
33
The first call to conv2d will use predefined args:
34
layers.conv2d(inputs, 64, [11, 11], 4, padding='VALID', ..., scope='conv1')
35
36
- The second call to Conv will overwrite padding:
+ The second call to conv2d will overwrite padding:
37
layers.conv2d(inputs, 256, [5, 5], padding='SAME', ..., scope='conv2')
38
39
Example of how to reuse an arg_scope:
0 commit comments