"tests/git@developer.sourcefind.cn:OpenDAS/fairscale.git" did not exist on "a82825dbc1673496a8c6bbafb38f9d3be62616b8"
Commit c703ef58 authored by Atze00's avatar Atze00
Browse files

small change

parent 6db23a1f
...@@ -721,7 +721,6 @@ class CausalConvMixin: ...@@ -721,7 +721,6 @@ class CausalConvMixin:
A list of paddings for `tf.pad`. A list of paddings for `tf.pad`.
""" """
input_shape = tf.shape(inputs)[1:-1] input_shape = tf.shape(inputs)[1:-1]
del inputs
if tf.keras.backend.image_data_format() == 'channels_first': if tf.keras.backend.image_data_format() == 'channels_first':
raise ValueError('"channels_first" mode is unsupported.') raise ValueError('"channels_first" mode is unsupported.')
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment