.. _f-templatedltorch: module ``testing.template_dl_torch`` ==================================== Short summary +++++++++++++ module ``lightmlrestapi.testing.template_dl_torch`` Template application for a machine learning model based on :epkg:`torch` available through a REST API. :githublink:`%|py|6` Functions +++++++++ +------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +====================================================================================+==========================================================================================================================+ | :func:`restapi_load ` | Loads the model. The model name is relative to this file. When call by a REST API, the default value is always used. ... | +------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ | :func:`restapi_predict ` | Computes the prediction for model *clf*. | +------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ | :func:`restapi_version ` | Displays a version. | +------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: lightmlrestapi.testing.template_dl_torch :members: :special-members: __init__ :show-inheritance: