Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign uphub.KerasLayer is missing implementation of compute_output_shape() #596
Comments
|
I've opened the original issue on tensorflow/tensorflow, the consequence of this missing implementation is that if you want to apply Since hub is used a lot for feature extraction from images, it is a very common use case as when working with a sequence of images (video/gifs etc.) you'll need to extract features over time |
See tensorflow/tensorflow#39542 for more details.
Currently hub.KerasLayer is missing implementation of compute_output_shape(), which cause error when used with keras.layers.TimeDistributed