examples.infer ============== .. py:module:: examples.infer .. autoapi-nested-parse:: Running inference. Below is a code example of an inference script. Simply plug in your own checkpoint and start running inference. To extend this further, you might want to look into compiling your model to ONNX, TensorRT, OpenVino or other formats. .. literalinclude:: /../../examples/infer.py :language: python :linenos: :lines: 27-50