Tutorial¶
This module was started to experiment around function torch.export.export()
and see what kind of issues occur when leveraging that function to convert
a torch.nn.Module
into ONNX.
The tutorial is a collection of examples or benchmark around that topic.