keras.layers.TimeDistributed with hub.KerasLayer NotImplementedError
问题 I want to use tf.keras.TimeDistributed() layer with the tf.hub inception_v3 CNN model from the latest TensorFLow V2 version (tf-nightly-gpu-2.0-preview). The output is shown below. It seemst that tf.keras.TimeDistributed() is not fully implemented to work with tf.hub models. Somehow, the shape of the input layer cannot be computed. My question: Is there a workaround this problem? tf.keras.TimeDistributed with regular tf.keras.layer works fine. I just would like to apply the CNN model to each