Quiz (Model Conversion)

Test your knowledge of the model conversion processes in the PyTorch Image Model.

We'll cover the following...

Model Conversion

1.

Which function will export a PyTorch model to an ONNX model?

A.

torch_to_onnx

B.

torch.export.onnx

C.

torch.onnx.export

D.

export_torch


1 / 8