Skip to content

Commit 2ba04be

Browse files
committed
updated schedule
1 parent 5a44434 commit 2ba04be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import { SITE_DESCRIPTION, SITE_TITLE } from '../consts';
88
{ date: "Wed Sept 10", description: "Cancelled", material: "TBD" },
99
{ date: "Thurs Sept 11", description: "Overview, <a href='lessons/introduction'>introduction to generative models</a>, <a href='lessons/maximum_likelihood'>maximum likelihood</a>, Expectation Maximization", material: "TBD" },
1010
{ date: "Wed Sept 17", description: "Variational autoencoders, variational inference, reparametrization trick", material: "TBD" },
11-
{ date: "Thurs Sept 18", description: "GANs, Wasserstein GANs and gradient penalty", material: "TBD" },
12-
{ date: "Wed Sept 24", description: "Lab 2, WGANs", material: "TBD" },
11+
{ date: "Thurs Sept 18", description: "Cancelled", material: "TBD" },
12+
{ date: "Wed Sept 24", description: "Lab 1: mixture of Gaussian and VAEs", material: "TBD" },
1313
{ date: "Thur Sept 25", description: "Normalizing Flows", material: "TBD" },
1414
];
1515
---

0 commit comments

Comments
 (0)