You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.
Hi, I have a bidirectional LSTM trained keras model (.h5) which is as under:
bidirectional_LSTM.zip
I use a simple script for conversion:
I get the error:
ValueError: Unsupported class for Bidirectional layer: <class 'tensorflow.python.keras.layers.recurrent_v2.LSTM'>
Using tensorflow_gpu version 2.3.1
How do I fix this ?
The text was updated successfully, but these errors were encountered: