Hardik Srivastava

Results 2 comments of Hardik Srivastava

> The docs for this package are not exactly right in the current version of Dialogflow as far as I can tell. > > He advises to create a NEW...

I was able to solve this error. Probably my solution helps. What you need to do is define a keras Input layer, for e.g. `inputs = tf.keras.Input(shape=(128, 128, 3))` to...