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
It would be helpful to recommend torch.onnx.export(..., dynamo=True) from torch.onnx.dynamo_export(). The rule is only safe when export_options is not specified.
It would be helpful to recommend
torch.onnx.export(..., dynamo=True)fromtorch.onnx.dynamo_export(). The rule is only safe whenexport_optionsis not specified.