Commit c703ef58 authored by Atze00's avatar Atze00
Browse files

small change

parent 6db23a1f
......@@ -721,7 +721,6 @@ class CausalConvMixin:
A list of paddings for `tf.pad`.
"""
input_shape = tf.shape(inputs)[1:-1]
del inputs
if tf.keras.backend.image_data_format() == 'channels_first':
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