Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
c1c8168
update optimization
awaelchli Mar 13, 2023
0504638
update inception
awaelchli Mar 13, 2023
da590db
update attention
awaelchli Mar 13, 2023
ec3d50a
incomplete GNN
awaelchli Mar 13, 2023
0b92f1d
update energy models
awaelchli Mar 13, 2023
a5466e4
update deep autoencoders
awaelchli Mar 13, 2023
88722ac
normalizing flows incomplete
awaelchli Mar 13, 2023
47f1cfe
autoregressive
awaelchli Mar 13, 2023
cfab2ee
vit
awaelchli Mar 13, 2023
b4d7be3
meta learning
awaelchli Mar 13, 2023
8ab731c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 13, 2023
18c2430
Apply suggestions from code review
awaelchli Mar 13, 2023
000c803
update gnn
awaelchli Mar 13, 2023
3824605
simclr
awaelchli Mar 13, 2023
d1a93e7
update
awaelchli Mar 13, 2023
6e04b38
Merge branch 'upgrade/course' of github.com:Lightning-AI/tutorials in…
awaelchli Mar 13, 2023
9377298
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 13, 2023
b24b122
Update course_UvA-DL/05-transformers-and-MH-attention/Transformers_MH…
awaelchli Mar 13, 2023
099c50a
update
awaelchli Mar 13, 2023
82f2be6
links
awaelchli Mar 13, 2023
a6a1a17
Merge branch 'main' into upgrade/course
Borda Mar 14, 2023
5733cc0
Merge branch 'main' into upgrade/course
Borda Mar 14, 2023
28accf9
2.0.0rc0
Borda Mar 14, 2023
10615e9
lightning
Borda Mar 14, 2023
217be55
2.0
Borda Mar 14, 2023
1dc811a
Apply suggestions from code review
awaelchli Mar 14, 2023
bb1e40a
docs build fix
awaelchli Mar 14, 2023
835a628
stupid sphinx
awaelchli Mar 14, 2023
94e6725
Merge branch 'main' into upgrade/course
Borda Mar 14, 2023
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
2.0.0rc0
  • Loading branch information
Borda committed Mar 14, 2023
commit 28accf921dafbfb16427c5f66a560cb96b45a372
2 changes: 1 addition & 1 deletion course_UvA-DL/01-introduction-to-pytorch/.meta.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: "Tutorial 1: Introduction to PyTorch"
author: Phillip Lippe
created: 2021-08-27
updated: 2023-01-04
updated: 2023-03-14
license: CC BY-SA
description: |
This tutorial will give a short introduction to PyTorch basics, and get you setup for writing your own neural networks.
Expand Down
2 changes: 1 addition & 1 deletion course_UvA-DL/02-activation-functions/.meta.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: "Tutorial 2: Activation Functions"
author: Phillip Lippe
created: 2021-08-27
updated: 2023-01-04
updated: 2023-03-14
license: CC BY-SA
description: |
In this tutorial, we will take a closer look at (popular) activation functions and investigate their effect on optimization properties in neural networks.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: "Tutorial 3: Initialization and Optimization"
author: Phillip Lippe
created: 2021-08-27
updated: 2023-01-04
updated: 2023-03-14
license: CC BY-SA
tags:
- Image
Expand Down
4 changes: 2 additions & 2 deletions course_UvA-DL/04-inception-resnet-densenet/.meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: "Tutorial 4: Inception, ResNet and DenseNet"
author: Phillip Lippe
created: 2021-08-27
updated: 2023-01-04
updated: 2023-03-14
license: CC BY-SA
tags:
- Image
Expand All @@ -18,6 +18,6 @@ requirements:
- matplotlib
- seaborn
- tabulate
- pytorch-lightning>=1.8
- pytorch-lightning>=2.0.0rc0
accelerator:
- GPU
4 changes: 2 additions & 2 deletions course_UvA-DL/05-transformers-and-MH-attention/.meta.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: "Tutorial 5: Transformers and Multi-Head Attention"
author: Phillip Lippe
created: 2021-06-30
updated: 2023-01-04
updated: 2023-03-14
license: CC BY-SA
build: 0
tags:
Expand All @@ -19,6 +19,6 @@ requirements:
- torchvision
- matplotlib
- seaborn
- pytorch-lightning>=1.8
- pytorch-lightning>=2.0.0rc0
accelerator:
- GPU
4 changes: 2 additions & 2 deletions course_UvA-DL/06-graph-neural-networks/.meta.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: "Tutorial 6: Basics of Graph Neural Networks"
author: Phillip Lippe
created: 2021-06-07
updated: 2023-01-04
updated: 2023-03-14
license: CC BY-SA
build: 0
tags:
Expand All @@ -23,7 +23,7 @@ requirements:
- torch-cluster
- torch-spline-conv
- torch-geometric
- pytorch-lightning>=1.8
- pytorch-lightning>=2.0.0rc0
pip__find-link:
# - https://pytorch-geometric.com/whl/torch-1.8.0+cu101.html
- https://pytorch-geometric.com/whl/torch-%(TORCH_MAJOR_DOT_MINOR)s.0+%(DEVICE)s.html
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: "Tutorial 7: Deep Energy-Based Generative Models"
author: Phillip Lippe
created: 2021-07-12
updated: 2023-01-04
updated: 2023-03-14
license: CC BY-SA
build: 0
tags:
Expand All @@ -22,7 +22,7 @@ requirements:
- torchvision
- matplotlib
- tensorboard
- pytorch-lightning>=1.8
- pytorch-lightning>=2.0.0rc0
accelerator:
- CPU
- GPU
4 changes: 2 additions & 2 deletions course_UvA-DL/08-deep-autoencoders/.meta.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: "Tutorial 8: Deep Autoencoders"
author: Phillip Lippe
created: 2021-07-12
updated: 2023-01-04
updated: 2023-03-14
license: CC BY-SA
build: 0
tags:
Expand All @@ -22,7 +22,7 @@ requirements:
- torchvision
- matplotlib
- seaborn
- pytorch-lightning>=1.8
- pytorch-lightning>=2.0.0rc0
accelerator:
- CPU
- GPU
4 changes: 2 additions & 2 deletions course_UvA-DL/09-normalizing-flows/.meta.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: "Tutorial 9: Normalizing Flows for Image Modeling"
author: Phillip Lippe
created: 2021-06-07
updated: 2023-01-04
updated: 2023-03-14
license: CC BY-SA
build: 0
tags:
Expand All @@ -25,7 +25,7 @@ requirements:
- matplotlib
- seaborn
- tabulate
- pytorch-lightning>=1.8
- pytorch-lightning>=2.0.0rc0
accelerator:
- CPU
- GPU
3 changes: 2 additions & 1 deletion course_UvA-DL/10-autoregressive-image-modeling/.meta.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: "Tutorial 10: Autoregressive Image Modeling"
author: Phillip Lippe
created: 2021-07-12
updated: 2021-07-12
updated: 2023-03-14
license: CC BY-SA
build: 0
tags:
Expand All @@ -18,5 +18,6 @@ requirements:
- torchvision
- matplotlib
- seaborn
- pytorch-lightning>=2.0.0rc0
accelerator:
- GPU
4 changes: 2 additions & 2 deletions course_UvA-DL/11-vision-transformer/.meta.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: "Tutorial 11: Vision Transformers"
author: Phillip Lippe
created: 2021-08-21
updated: 2023-01-04
updated: 2023-03-14
license: CC BY-SA
description: |
In this tutorial, we will take a closer look at a recent new trend: Transformers for Computer Vision.
Expand All @@ -17,7 +17,7 @@ requirements:
- torchvision
- matplotlib
- seaborn
- pytorch-lightning>=1.8
- pytorch-lightning>=2.0.0rc0
accelerator:
- CPU
- GPU
4 changes: 2 additions & 2 deletions course_UvA-DL/12-meta-learning/.meta.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: "Tutorial 12: Meta-Learning - Learning to Learn"
author: Phillip Lippe
created: 2021-08-21
updated: 2023-01-04
updated: 2023-03-14
license: CC BY-SA
tags:
- Few-shot-learning
Expand All @@ -23,7 +23,7 @@ requirements:
- torchvision
- matplotlib
- seaborn
- pytorch-lightning>=1.8
- pytorch-lightning>=2.0.0rc0
accelerator:
- CPU
- GPU
3 changes: 2 additions & 1 deletion course_UvA-DL/13-contrastive-learning/.meta.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: "Tutorial 13: Self-Supervised Contrastive Learning with SimCLR"
author: Phillip Lippe
created: 2021-08-30
updated: 2021-08-30
updated: 2023-03-14
license: CC BY-SA
tags:
- Image
Expand All @@ -20,6 +20,7 @@ requirements:
- torchvision
- matplotlib
- seaborn
- pytorch-lightning>=2.0.0rc0
accelerator:
- CPU
- GPU