Vinayak Baddi
Results
2
comments of
Vinayak Baddi
@justinchuby also following up from this: [issue](https://github.com/pytorch/pytorch/issues/154319) Do we have a way to enable `modules_as_functions `in dynamo onnx export? When i tried doing via this, it doesn't encapsulate `nn.module` as...
> There isn’t an option. What’s the use case? Users are encouraged to write their own passes to do this using onnx-ir and metadata associated with the model. @justinchuby Thanks,...