Skip to content

Commit

Permalink
Add digits VAE tutorial (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp authored Oct 14, 2024

Verified

This commit was signed with the committer’s verified signature.
simeonschaub Simeon David Schaub
1 parent eea906d commit 57acc2c
Showing 5 changed files with 1,509 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -34,9 +34,13 @@
'build/html',
'build/jupyter_execute',
# Exclude markdown sources for notebooks:
'digits_vae.md',
'getting_started_with_jax_for_AI.md',
]

suppress_warnings = [
'misc.highlighting_failure', # Suppress warning in exception in digits_vae
]

# -- Options for myst ----------------------------------------------
myst_heading_anchors = 3 # auto-generate 3 levels of heading anchors
Loading

0 comments on commit 57acc2c

Please sign in to comment.