tf.keras.layers.Conv1DTranspose not found

Hi,
I am trying to use the Conv1DTranspose-layer in keras which should exist according to the documentation. When trying to use the layer, Python tells me that there is no Conv1DTranspose. Same happens with the Resizing-layer. Does anybody know how to use them?
I am working with a Python 3 environment in anaconda navigator and tensorflow 2.0.

Thanks in advance!!!

Upgrading tensorflow via

pip install --upgrade tensorflow

solved the problem

1 Like