Skip to content

Commit

Permalink
Merge branch 'master' into refactoring/remove_compute_on_step_regression
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Apr 20, 2022
2 parents 4d4664e + 23b2e45 commit 1fe59e5
Show file tree
Hide file tree
Showing 14 changed files with 177 additions and 83 deletions.
2 changes: 1 addition & 1 deletion docs/source/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% block footer %}
{{ super() }}
<script script type="text/javascript">
var collapsedSections = ['Audio', 'Classification', 'Image', 'Detection', 'Pairwise', 'Regression', 'Retrieval', 'Text', 'API Reference', 'Community'];
var collapsedSections = ['Audio', 'Classification', 'Image', 'Detection', 'Pairwise', 'Regression', 'Retrieval', 'Text', 'Aggregation', 'Wrappers', 'API Reference', 'Community'];
</script>

{% endblock %}
16 changes: 16 additions & 0 deletions docs/source/aggregation/cat.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.. customcarditem::
:header: Concatenation
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/graph_classification.svg
:tags: Aggregation

.. include:: ../links.rst

#############
Concatenation
#############

Module Interface
________________

.. autoclass:: torchmetrics.CatMetric
:noindex:
16 changes: 16 additions & 0 deletions docs/source/aggregation/max.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.. customcarditem::
:header: Maximum
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/graph_classification.svg
:tags: Aggregation

.. include:: ../links.rst

#######
Maximum
#######

Module Interface
________________

.. autoclass:: torchmetrics.MaxMetric
:noindex:
16 changes: 16 additions & 0 deletions docs/source/aggregation/mean.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.. customcarditem::
:header: Mean
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/graph_classification.svg
:tags: Aggregation

.. include:: ../links.rst

####
Mean
####

Module Interface
________________

.. autoclass:: torchmetrics.MeanMetric
:noindex:
16 changes: 16 additions & 0 deletions docs/source/aggregation/min.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.. customcarditem::
:header: Minimum
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/graph_classification.svg
:tags: Aggregation

.. include:: ../links.rst

#######
Minimum
#######

Module Interface
________________

.. autoclass:: torchmetrics.MinMetric
:noindex:
16 changes: 16 additions & 0 deletions docs/source/aggregation/sum.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.. customcarditem::
:header: Sum
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/graph_classification.svg
:tags: Aggregation

.. include:: ../links.rst

###
Sum
###

Module Interface
________________

.. autoclass:: torchmetrics.SumMetric
:noindex:
18 changes: 16 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -198,14 +198,28 @@ Or directly from conda

text/*

.. toctree::
:maxdepth: 2
:name: aggregation
:caption: Aggregation
:glob:

aggregation/*

.. toctree::
:maxdepth: 2
:name: wrappers
:caption: Wrappers
:glob:

wrappers/*

.. toctree::
:maxdepth: 3
:name: metrics
:caption: API Reference

references/metric
references/aggregation
references/wrappers
references/utilities

.. toctree::
Expand Down
39 changes: 0 additions & 39 deletions docs/source/references/aggregation.rst

This file was deleted.

41 changes: 0 additions & 41 deletions docs/source/references/wrappers.rst

This file was deleted.

16 changes: 16 additions & 0 deletions docs/source/wrappers/bootstrapper.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.. customcarditem::
:header: Bootstrapper
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/graph_classification.svg
:tags: Wrappers

.. include:: ../links.rst

############
Bootstrapper
############

Module Interface
________________

.. autoclass:: torchmetrics.BootStrapper
:noindex:
16 changes: 16 additions & 0 deletions docs/source/wrappers/classwise_wrapper.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.. customcarditem::
:header: Classwise Wrapper
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/graph_classification.svg
:tags: Wrappers

.. include:: ../links.rst

#################
Classwise Wrapper
#################

Module Interface
________________

.. autoclass:: torchmetrics.ClasswiseWrapper
:noindex:
16 changes: 16 additions & 0 deletions docs/source/wrappers/metric_tracker.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.. customcarditem::
:header: Metric Tracker
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/graph_classification.svg
:tags: Wrappers

.. include:: ../links.rst

##############
Metric Tracker
##############

Module Interface
________________

.. autoclass:: torchmetrics.MetricTracker
:noindex:
16 changes: 16 additions & 0 deletions docs/source/wrappers/min_max.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.. customcarditem::
:header: Min / Max
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/graph_classification.svg
:tags: Wrappers

.. include:: ../links.rst

#########
Min / Max
#########

Module Interface
________________

.. autoclass:: torchmetrics.MinMaxMetric
:noindex:
16 changes: 16 additions & 0 deletions docs/source/wrappers/multi_output_wrapper.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.. customcarditem::
:header: Multi-output Wrapper
:image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/graph_classification.svg
:tags: Wrappers

.. include:: ../links.rst

####################
Multi-output Wrapper
####################

Module Interface
________________

.. autoclass:: torchmetrics.MultioutputWrapper
:noindex:

0 comments on commit 1fe59e5

Please sign in to comment.