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
Additional context
In my code, it works with a numpy array, but will stop working if i convert the inputs to a tensorflow Tensor of same shape and content.
The text was updated successfully, but these errors were encountered:
Subject
Metrics
Describe the bug
The metrics inheriting from CausalFidelity (like Deletion for example) do not work with EagerTensor.
Screenshots
To Reproduce
Minimal example :
Expected behavior
According to the documentation, inputs provided as tensor should work :
inputs: Union[tf.data.Dataset, tf.Tensor, np.ndarray],
Additional context
In my code, it works with a numpy array, but will stop working if i convert the inputs to a tensorflow Tensor of same shape and content.
The text was updated successfully, but these errors were encountered: