Learning Machine Learning with .NET, PyTorch and the ONNX Runtime

Поделиться
HTML-код
  • Опубликовано: 8 янв 2025

Комментарии • 5

  • @1989dawit
    @1989dawit 6 лет назад +3

    where do get the onnx runtime demo ?

  • @AdamsTaiwan
    @AdamsTaiwan 5 лет назад

    Would like to see the training done using Julia and FluxML.

  • @tikke8511
    @tikke8511 5 лет назад +1

    Big onnx model deserialization may be expensive, and for stateless REST you do it for every call. What is the "best practise" to avoid that?

    • @mandauefoama8845
      @mandauefoama8845 5 лет назад +1

      Reuse the InferenceSession by caching it. Cache it per ONNX file that you opened.

  • @danielkrajnik3817
    @danielkrajnik3817 3 года назад

    cringe