Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
liuanji committed Feb 15, 2024
1 parent 7119b66 commit cc8e976
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 0 deletions.
Empty file.
10 changes: 10 additions & 0 deletions docs/source/getting-started/tutorials/demo.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
"""
Something
"""

# %%
# AAA
# ---

import torch
import pyjuice as juice
30 changes: 30 additions & 0 deletions docs/source/getting-started/tutorials/index.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
Tutorials
=========

- Train HCLT on MNIST
- Manually construct a Hidden Markov Model
- Prune a PC


.. raw:: html

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


.. raw:: html

<div class="sphx-glr-thumbcontainer" tooltip=".......">

.. only:: html

.. image:: https://avatars.githubusercontent.com/u/58918144?s=100&v=4
:alt:

:ref:`demo.py`

.. raw:: html

<div class="sphx-glr-thumbnail-title">PC Training</div>
</div>


.. raw:: html

</div>
Empty file.
Empty file.

0 comments on commit cc8e976

Please sign in to comment.