Skip to content

Commit

Permalink
add prebuilt auto examples
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwwww committed Nov 20, 2022
1 parent dcc4688 commit 345e579
Show file tree
Hide file tree
Showing 169 changed files with 18,897 additions and 0 deletions.
Binary file added docs/auto_examples/auto_examples_jupyter.zip
Binary file not shown.
Binary file added docs/auto_examples/auto_examples_python.zip
Binary file not shown.
295 changes: 295 additions & 0 deletions docs/auto_examples/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,295 @@
:orphan:

Examples Gallery
=================

Below is the gallery of ``pygmtools`` examples (categorized by the backend).

.. warning::

The examples are under construction. Will be updated very soon.



.. raw:: html

<div class="sphx-glr-thumbnails">


.. raw:: html

</div>

Jittor Backend Examples
-----------------------



.. raw:: html

<div class="sphx-glr-thumbnails">


.. raw:: html

<div class="sphx-glr-thumbcontainer" tooltip="This example is an introduction to pygmtools which shows how to match isomorphic graphs. Isomor...">

.. only:: html

.. image:: /auto_examples/jittor/images/thumb/sphx_glr_plot_isomorphic_graphs_thumb.png
:alt: Introduction: Matching Isomorphic Graphs

:ref:`sphx_glr_auto_examples_jittor_plot_isomorphic_graphs.py`

.. raw:: html

<div class="sphx-glr-thumbnail-title">Introduction: Matching Isomorphic Graphs</div>
</div>


.. raw:: html

<div class="sphx-glr-thumbcontainer" tooltip="Seeded graph matching means some partial of the matching result is already known, and the known...">

.. only:: html

.. image:: /auto_examples/jittor/images/thumb/sphx_glr_plot_seed_graph_match_thumb.png
:alt: Seeded Graph Matching

:ref:`sphx_glr_auto_examples_jittor_plot_seed_graph_match.py`

.. raw:: html

<div class="sphx-glr-thumbnail-title">Seeded Graph Matching</div>
</div>


.. raw:: html

<div class="sphx-glr-thumbcontainer" tooltip="This example shows how to match a smaller graph to a subset of a larger graph.">

.. only:: html

.. image:: /auto_examples/jittor/images/thumb/sphx_glr_plot_subgraphs_thumb.png
:alt: Discovering Subgraphs

:ref:`sphx_glr_auto_examples_jittor_plot_subgraphs.py`

.. raw:: html

<div class="sphx-glr-thumbnail-title">Discovering Subgraphs</div>
</div>


.. raw:: html

<div class="sphx-glr-thumbcontainer" tooltip="This example shows how to match image keypoints by graph matching solvers provided by pygmtools...">

.. only:: html

.. image:: /auto_examples/jittor/images/thumb/sphx_glr_plot_image_matching_thumb.png
:alt: Matching Image Keypoints by QAP Solvers

:ref:`sphx_glr_auto_examples_jittor_plot_image_matching.py`

.. raw:: html

<div class="sphx-glr-thumbnail-title">Matching Image Keypoints by QAP Solvers</div>
</div>


.. raw:: html

<div class="sphx-glr-thumbcontainer" tooltip="This example shows how to match image keypoints by neural network-based graph matching solvers....">

.. only:: html

.. image:: /auto_examples/jittor/images/thumb/sphx_glr_plot_deep_image_matching_thumb.png
:alt: Matching Image Keypoints by Graph Matching Neural Networks

:ref:`sphx_glr_auto_examples_jittor_plot_deep_image_matching.py`

.. raw:: html

<div class="sphx-glr-thumbnail-title">Matching Image Keypoints by Graph Matching Neural Networks</div>
</div>


.. raw:: html

<div class="sphx-glr-thumbcontainer" tooltip="This example shows how to fuse different models into a single model by pygmtools. Model fusion ...">

.. only:: html

.. image:: /auto_examples/jittor/images/thumb/sphx_glr_plot_model_fusion_thumb.png
:alt: Model Fusion by Graph Matching

:ref:`sphx_glr_auto_examples_jittor_plot_model_fusion.py`

.. raw:: html

<div class="sphx-glr-thumbnail-title">Model Fusion by Graph Matching</div>
</div>


.. raw:: html

</div>


.. toctree::
:hidden:

/auto_examples/jittor/plot_isomorphic_graphs
/auto_examples/jittor/plot_seed_graph_match
/auto_examples/jittor/plot_subgraphs
/auto_examples/jittor/plot_image_matching
/auto_examples/jittor/plot_deep_image_matching
/auto_examples/jittor/plot_model_fusion

PyTorch Backend Examples
-------------------------



.. raw:: html

<div class="sphx-glr-thumbnails">


.. raw:: html

<div class="sphx-glr-thumbcontainer" tooltip="This example is an introduction to pygmtools which shows how to match isomorphic graphs. Isomor...">

.. only:: html

.. image:: /auto_examples/pytorch/images/thumb/sphx_glr_plot_isomorphic_graphs_thumb.png
:alt: Introduction: Matching Isomorphic Graphs

:ref:`sphx_glr_auto_examples_pytorch_plot_isomorphic_graphs.py`

.. raw:: html

<div class="sphx-glr-thumbnail-title">Introduction: Matching Isomorphic Graphs</div>
</div>


.. raw:: html

<div class="sphx-glr-thumbcontainer" tooltip="Seeded graph matching means some partial of the matching result is already known, and the known...">

.. only:: html

.. image:: /auto_examples/pytorch/images/thumb/sphx_glr_plot_seed_graph_match_thumb.png
:alt: Seeded Graph Matching

:ref:`sphx_glr_auto_examples_pytorch_plot_seed_graph_match.py`

.. raw:: html

<div class="sphx-glr-thumbnail-title">Seeded Graph Matching</div>
</div>


.. raw:: html

<div class="sphx-glr-thumbcontainer" tooltip="This example shows how to match a smaller graph to a subset of a larger graph.">

.. only:: html

.. image:: /auto_examples/pytorch/images/thumb/sphx_glr_plot_subgraphs_thumb.png
:alt: Discovering Subgraphs

:ref:`sphx_glr_auto_examples_pytorch_plot_subgraphs.py`

.. raw:: html

<div class="sphx-glr-thumbnail-title">Discovering Subgraphs</div>
</div>


.. raw:: html

<div class="sphx-glr-thumbcontainer" tooltip="This example shows how to match image keypoints by graph matching solvers provided by pygmtools...">

.. only:: html

.. image:: /auto_examples/pytorch/images/thumb/sphx_glr_plot_image_matching_thumb.png
:alt: Matching Image Keypoints by QAP Solvers

:ref:`sphx_glr_auto_examples_pytorch_plot_image_matching.py`

.. raw:: html

<div class="sphx-glr-thumbnail-title">Matching Image Keypoints by QAP Solvers</div>
</div>


.. raw:: html

<div class="sphx-glr-thumbcontainer" tooltip="This example shows how to match image keypoints by neural network-based graph matching solvers....">

.. only:: html

.. image:: /auto_examples/pytorch/images/thumb/sphx_glr_plot_deep_image_matching_thumb.png
:alt: Matching Image Keypoints by Graph Matching Neural Networks

:ref:`sphx_glr_auto_examples_pytorch_plot_deep_image_matching.py`

.. raw:: html

<div class="sphx-glr-thumbnail-title">Matching Image Keypoints by Graph Matching Neural Networks</div>
</div>


.. raw:: html

<div class="sphx-glr-thumbcontainer" tooltip="This example shows how to fuse different models into a single model by pygmtools. Model fusion ...">

.. only:: html

.. image:: /auto_examples/pytorch/images/thumb/sphx_glr_plot_model_fusion_thumb.png
:alt: Model Fusion by Graph Matching

:ref:`sphx_glr_auto_examples_pytorch_plot_model_fusion.py`

.. raw:: html

<div class="sphx-glr-thumbnail-title">Model Fusion by Graph Matching</div>
</div>


.. raw:: html

</div>


.. toctree::
:hidden:

/auto_examples/pytorch/plot_isomorphic_graphs
/auto_examples/pytorch/plot_seed_graph_match
/auto_examples/pytorch/plot_subgraphs
/auto_examples/pytorch/plot_image_matching
/auto_examples/pytorch/plot_deep_image_matching
/auto_examples/pytorch/plot_model_fusion


.. only:: html

.. container:: sphx-glr-footer sphx-glr-footer-gallery

.. container:: sphx-glr-download sphx-glr-download-python

:download:`Download all examples in Python source code: auto_examples_python.zip </auto_examples/auto_examples_python.zip>`

.. container:: sphx-glr-download sphx-glr-download-jupyter

:download:`Download all examples in Jupyter notebooks: auto_examples_jupyter.zip </auto_examples/auto_examples_jupyter.zip>`


.. only:: html

.. rst-class:: sphx-glr-signature

`Gallery generated by Sphinx-Gallery <https://sphinx-gallery.github.io>`_
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 345e579

Please sign in to comment.