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
actually the latter somehow works, but very fragile, for example, if the jit transformation is nested with grad or vmap operation, torch mostly fails
Proposed Solution
Wait for further development of torch or 2. use tf/jax backend with torch interface instead or 3. actually maybe slightly fix in the exsisting tc codebase may work but currently have no time to try 4. or try torch.compile later.
Additional References
The text was updated successfully, but these errors were encountered:
Issue Description
Simply replacing
torch.jit.script
ortorch.jit.trace
withbackend.jit
still fail for tc functionsExample scripts:
or
actually the latter somehow works, but very fragile, for example, if the jit transformation is nested with grad or vmap operation, torch mostly fails
Proposed Solution
torch.compile
later.Additional References
The text was updated successfully, but these errors were encountered: