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
Obviously, JavaScript does not support aborting ongoing computations unless they run outside the main thread, say worker role, etc.
However, would it be possible to implement a hook to abort computation when possible? I can try to send a PR if this might be possible and get a code pointer.
Obviously, JavaScript does not support aborting ongoing computations unless they run outside the main thread, say worker role, etc.
However, would it be possible to implement a hook to abort computation when possible? I can try to send a PR if this might be possible and get a code pointer.
For instance,
tensorflow.js
'sfit()
function supports this: https://stackoverflow.com/questions/57660245/is-there-a-way-to-abort-a-call-to-model-fitThe text was updated successfully, but these errors were encountered: