top | item 28957405

(no title)

hikarudo | 4 years ago

PyTorch's serialized models are just Python pickle files. So to load those you need the original classes that were used to build the model. By converting to ONNX you get rid of those dependencies.

discuss

order

No comments yet.