examples.infer ============== .. py:module:: examples.infer .. autoapi-nested-parse:: Running inference. Below is a code example of an indference 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/train_model.py :language: python :linenos: :lines: 16-50