Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update list
  • Loading branch information
awaelchli committed Mar 14, 2023
commit 9b43b6891dadccd00295caa4c733d072a7a2bc43
7 changes: 7 additions & 0 deletions docs/source-pytorch/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
PATH_RAW_NB,
PATH_HERE,
"notebooks",
# TODO: Complete converting the missing items and add them back
patterns=[
".",
"course_UvA-DL/01-introduction-to-pytorch",
Expand All @@ -66,12 +67,18 @@
"course_UvA-DL/10-autoregressive-image-modeling",
"course_UvA-DL/11-vision-transformer",
"course_UvA-DL/12-meta-learning",
# "course_UvA-DL/13-contrastive-learning",
# "lightning_examples/augmentation_kornia",
"lightning_examples/barlow-twins",
"lightning_examples/basic-gan",
"lightning_examples/cifar10-baseline",
"lightning_examples/datamodules",
# "lightning_examples/finetuning-scheduler",
"lightning_examples/mnist-hello-world",
"lightning_examples/mnist-tpu-training",
# "lightning_examples/reinforce-learning-DQN",
# "lightning_examples/text-transformers",
# "lightning_examples/warp-drive",
],
)

Expand Down