Unverified Commit 91d9a797 authored by Yuge Zhang's avatar Yuge Zhang Committed by GitHub
Browse files

Adopt symbolic links in Chinese documentation (#4345)


Co-authored-by: default avatarjiahangxu <jiahangxu@microsoft.com>
parent 0e0ee86d
.. 8ade987770562c6e01f727b9fdbc2c2d
Web 界面
==================
......
{% extends "!layout.html" %}
{% block sidebartitle %}
{% if logo and theme_logo_only %}
<a href="{{ pathto('index') }}">
{% else %}
<a href="{{ pathto('index') }}" class="icon icon-home"> {{ project }}
{% endif %}
{% if logo %}
{# Not strictly valid HTML, but it's the only way to display/scale it properly, without weird scripting or heaps of work #}
<img src="{{ pathto('_static/' + logo, 1) }}" class="logo" />
{% endif %}
</a>
{% if theme_display_version %}
{%- set nav_version = version %}
{% if READTHEDOCS and current_version %}
{%- set nav_version = current_version %}
{% endif %}
{% if nav_version %}
<div class="version">
{{ nav_version }}
</div>
{% endif %}
{% endif %}
{% include "searchbox.html" %}
{% endblock %}
../../en_US/_templates/layout.html
\ No newline at end of file
../../en_US/_templates/nnSpider.html
\ No newline at end of file
../../../en_US/_templates/nnSpider/comfort.html
\ No newline at end of file
../../../en_US/_templates/nnSpider/crying.html
\ No newline at end of file
../../../en_US/_templates/nnSpider/cut.html
\ No newline at end of file
../../../en_US/_templates/nnSpider/errorEmotion.html
\ No newline at end of file
../../../en_US/_templates/nnSpider/holiday.html
\ No newline at end of file
../../../en_US/_templates/nnSpider/nobug.html
\ No newline at end of file
../../../en_US/_templates/nnSpider/sign.html
\ No newline at end of file
../../../en_US/_templates/nnSpider/sweat.html
\ No newline at end of file
../../../en_US/_templates/nnSpider/weaving.html
\ No newline at end of file
../../../en_US/_templates/nnSpider/working.html
\ No newline at end of file
自动调优的 Python API 参考
=================================
.. contents::
Trial
-----
.. autofunction:: nni.get_next_parameter
.. autofunction:: nni.get_current_parameter
.. autofunction:: nni.report_intermediate_result
.. autofunction:: nni.report_final_result
.. autofunction:: nni.get_experiment_id
.. autofunction:: nni.get_trial_id
.. autofunction:: nni.get_sequence_id
Tuner
-----
.. autoclass:: nni.tuner.Tuner
:members:
.. autoclass:: nni.algorithms.hpo.hyperopt_tuner.HyperoptTuner
:members:
.. autoclass:: nni.algorithms.hpo.evolution_tuner.EvolutionTuner
:members:
.. autoclass:: nni.algorithms.hpo.smac_tuner.SMACTuner
:members:
.. autoclass:: nni.algorithms.hpo.gridsearch_tuner.GridSearchTuner
:members:
.. autoclass:: nni.algorithms.hpo.networkmorphism_tuner.NetworkMorphismTuner
:members:
.. autoclass:: nni.algorithms.hpo.metis_tuner.MetisTuner
:members:
.. autoclass:: nni.algorithms.hpo.ppo_tuner.PPOTuner
:members:
.. autoclass:: nni.algorithms.hpo.batch_tuner.BatchTuner
:members:
.. autoclass:: nni.algorithms.hpo.gp_tuner.GPTuner
:members:
Assessor
--------
.. autoclass:: nni.assessor.Assessor
:members:
.. autoclass:: nni.assessor.AssessResult
:members:
.. autoclass:: nni.algorithms.hpo.curvefitting_assessor.CurvefittingAssessor
:members:
.. autoclass:: nni.algorithms.hpo.medianstop_assessor.MedianstopAssessor
:members:
Advisor
-------
.. autoclass:: nni.runtime.msg_dispatcher_base.MsgDispatcherBase
:members:
.. autoclass:: nni.algorithms.hpo.hyperband_advisor.Hyperband
:members:
.. autoclass:: nni.algorithms.hpo.bohb_advisor.BOHB
:members:
Utilities
---------
.. autofunction:: nni.utils.merge_parameter
../en_US/autotune_ref.rst
\ No newline at end of file
.. d5351e951811dcaeeda7f270427187fd
内置 Assessor
=================
......
.. eddbce8f00f10b84521517ff175a108b
内置 Tuner
==============
......@@ -21,3 +23,4 @@ Tuner 从 Trial 接收指标结果,来评估一组超参或网络结构的性
Hyperband<Tuner/HyperbandAdvisor>
BOHB<Tuner/BohbAdvisor>
PBT Tuner <Tuner/PBTTuner>
DNGO Tuner <Tuner/DngoTuner>
.. 823dad4710f371e923033eebd9dba255
###########################
Neural Network Intelligence
###########################
......
.. 24da49b25d3d36c476a69aceb825cb94
###############################
贡献代码
###############################
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment