aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/keras/python/keras/layers/convolutional.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/keras/python/keras/layers/convolutional.py')
-rw-r--r--tensorflow/contrib/keras/python/keras/layers/convolutional.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/keras/python/keras/layers/convolutional.py b/tensorflow/contrib/keras/python/keras/layers/convolutional.py
index 24ff0baf84..b5e44c89c0 100644
--- a/tensorflow/contrib/keras/python/keras/layers/convolutional.py
+++ b/tensorflow/contrib/keras/python/keras/layers/convolutional.py
@@ -316,7 +316,7 @@ class Conv3D(tf_convolutional_layers.Conv3D, Layer):
When using this layer as the first layer in a model,
provide the keyword argument `input_shape`
(tuple of integers, does not include the sample axis),
- e.g. `input_shape=(128, 128, 128, 3)` for 128x128x128 volumes
+ e.g. `input_shape=(128, 128, 128, 1)` for 128x128x128 volumes
with a single channel,
in `data_format="channels_last"`.