Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 483 Bytes

File metadata and controls

24 lines (16 loc) · 483 Bytes

Hook hyperparameters

{% if hook_hypers %} The default hyperparameters for this hook are:

.. literalinclude:: {{default_hypers_path}}
   :language: yaml

and here is the documentation for each hyperparameter:

{% for hyper in hook_hypers %}
.. autoattribute:: {{hook_hypers_path}}.{{hyper}}

{% endfor %}

{% else %} This hook has no hyperparameters. {% endif %}