File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed
Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -14,22 +14,22 @@ Below is a outline of the book chapters, with links to relevant notebook folders
1414Part I: Introduction to Generative Deep Learning
1515
16161 . Generative Modeling
17- 2 . [ Deep Learning] ( ./notebooks/02_deeplearning/ )
17+ 2 . Deep Learning
1818
1919Part II: Methods
2020
21- 3 . [ Variational Autoencoders] ( ./notebooks/03_vae/ )
22- 4 . [ Generative Adversarial Networks] ( ./notebooks/04_gan/ )
23- 5 . [ Autoregressive Models] ( ./notebooks/05_autoregressive/ )
24- 6 . [ Normalizing Flows] ( ./notebooks/06_normflow/ )
25- 7 . [ Energy-Based Models] ( ./notebooks/07_ebm/ )
26- 8 . [ Diffusion Models] ( ./notebooks/08_diffusion/ )
21+ 3 . Variational Autoencoders
22+ 4 . Generative Adversarial Networks
23+ 5 . Autoregressive Models
24+ 6 . Normalizing Flows
25+ 7 . Energy-Based Models
26+ 8 . Diffusion Models
2727
2828Part III: Applications
2929
30- 9 . [ Transformers] ( ./notebooks/09_transformer/ )
30+ 9 . Transformers
313110 . Advanced GANs
32- 11 . [ Music Generation] ( ./notebooks/11_music/ )
32+ 11 . Music Generation
333312 . World Models
343413 . Multimodal Models
353514 . Conclusion
@@ -93,12 +93,14 @@ If you do have a GPU that you wish to use, run the following command:
9393docker-compose -f docker-compose-gpu.yml up
9494```
9595
96- The running notebooks will be available in your local browser, on the port specified in your env file - for example
96+ Jupyter will be available in your local browser, on the port specified in your env file - for example
9797
9898```
9999http://localhost:8888
100100```
101101
102+ The notebooks that accompany the book are available in the ` /notebooks ` folder, organized by chapter and example.
103+
102104### Downloading data
103105
104106The codebase comes with an in-built data downloader helper script.
You can’t perform that action at this time.
0 commit comments