Skip to content

Commit

Permalink
Add digits VAE tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Oct 14, 2024
1 parent eea906d commit a50d715
Show file tree
Hide file tree
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
Expand Up @@ -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
Expand Down
Loading

0 comments on commit a50d715

Please sign in to comment.