This repository was archived by the owner on Oct 13, 2021. It is now read-only.
This repository was archived by the owner on Oct 13, 2021. It is now read-only.
TF v2 support for Recurrent/Bidirectional #607
Closed
Description
@DronistB posted an issue on #413 showing that the new TensorFlow V2 API for Keras does not work with the existing conversion code for Bidirectional RNN layers. This occurs because TensorFlow's new RNN layers are in a different module (tensorflow.python.keras.layers.recurrent_v2
). At a minimum, the following code will need to change to support the TensorFlow versions as well as the conventional Keras classes.
keras-onnx/keras2onnx/ke2onnx/bidirectional.py
Lines 25 to 37 in ff17787
Happy to take a look at resolving this when I have bandwidth.
Metadata
Metadata
Assignees
Labels
No labels