Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Move gluon.metric api docs (#18733)
Browse files Browse the repository at this point in the history
  • Loading branch information
leezu authored Jul 17, 2020
1 parent 3e0df1b commit cec86ad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 30 deletions.
8 changes: 7 additions & 1 deletion docs/python_docs/python/api/gluon/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ Training

Loss functions for training neural networks.

.. card::
:title: mxnet.metric
:link: metric/index.html

Metrics to evaluate the performance of a learned model.

.. card::
:title: gluon.Parameter
:link: parameter.html
Expand Down Expand Up @@ -155,4 +161,4 @@ Utilities
parameter
parameter_dict
trainer
*/index
*/index
6 changes: 0 additions & 6 deletions docs/python_docs/python/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,6 @@ Gluon related modules

Scheduling the learning rate.

.. card::
:title: mxnet.metric
:link: metric/index.html

Metrics to evaluate the performance of a learned model.

.. card::
:title: mxnet.kvstore
:link: kvstore/index.html
Expand Down
23 changes: 0 additions & 23 deletions docs/python_docs/python/api/metric/index.rst

This file was deleted.

0 comments on commit cec86ad

Please sign in to comment.