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
I am trying to use tensor_annotations inside a tf.experimental.ExtensionType class.
But it gives the error Unsupported type annotation tensor_annotations.tensorflow.Tensor3[tensor_annotations.tensorflow.uint16, tensor_annotations.axes.Batch, tensor_annotations.axes.Time, tensor_annotations.axes.Features]
Is there any plans to add support for tf.experimental.ExtensionType? Perhaps any workaround?
The text was updated successfully, but these errors were encountered:
I am trying to use tensor_annotations inside a
tf.experimental.ExtensionType
class.But it gives the error
Unsupported type annotation tensor_annotations.tensorflow.Tensor3[tensor_annotations.tensorflow.uint16, tensor_annotations.axes.Batch, tensor_annotations.axes.Time, tensor_annotations.axes.Features]
Is there any plans to add support for
tf.experimental.ExtensionType
? Perhaps any workaround?The text was updated successfully, but these errors were encountered: