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
When exporting to TFJS following the guide, I get the following:
ERROR : Unknown op 'IsFinite'. File an issue at https://github.com/tensorflow/tfjs/issues so we can add it, or register a custom execution with tf.registerOp()
My trained model uses JAX, and the logsumexp function requires finite bound checking which does not seem to be built into tensorflowjs.
System information
TFJS version 4.1.0
Willing to contribute (YES), but I have no experience with the internals of TFJS.
Describe the feature and the current behavior/state.
This is the first issue I have encountered in trying to port my code to TFJS that I have not been able to solve. The saved model.json has the IsFinite op whenever jvp is used, e.g.,:
When exporting to TFJS following the guide, I get the following:
My trained model uses JAX, and the
logsumexp
function requires finite bound checking which does not seem to be built into tensorflowjs.System information
Describe the feature and the current behavior/state.
This is the first issue I have encountered in trying to port my code to TFJS that I have not been able to solve. The saved
model.json
has theIsFinite
op wheneverjvp
is used, e.g.,:Will this change the current api? How?
No
Who will benefit with this feature?
Anyone who wants to use JAX out of the box.
The text was updated successfully, but these errors were encountered: