Skip to content

Commit 3d30e86

Browse files
committed
cleanup and update README
1 parent 2d40fb9 commit 3d30e86

6 files changed

+13
-168
lines changed

Dockerfile.cpu

-25
This file was deleted.

Dockerfile.gpu

-25
This file was deleted.

README.md

+13-34
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,23 @@
1-
# Generative Deep Learning
1+
# Generative Deep Learning in Pytorch
22
### Teaching Machines to paint, write, compose and play
33

4-
The official code repository for examples in the O'Reilly book 'Generative Deep Learning'
5-
4+
The official code repository for examples in the O'Reilly book 'Generative Deep Learning' in Pytorch
65
https://learning.oreilly.com/library/view/generative-deep-learning/9781492041931/
7-
86
https://www.amazon.com/Generative-Deep-Learning-Teaching-Machines/dp/1492041947/ref=sr_1_1
97

10-
## Structure
11-
12-
This repository is structured as follows:
13-
14-
The notebooks for each chapter are in the root of the repository, prefixed with the chapter number.
15-
16-
The `data` folder is where to download relevant data sources (chapter 3 onwards)
17-
The `run` folder stores output from the generative models (chapter 3 onwards)
18-
The `utils` folder stores useful functions that are sourced by the main notebooks
19-
20-
## Book Contents
8+
## Book Contents, covered in Pytorch
219
Part 1: Introduction to Generative Deep Learning
22-
* Chapter 1: Generative Modeling
23-
* Chapter 2: Deep Learning
24-
* Chapter 3: Variational Autoencoders
25-
* Chapter 4: Generative Adversarial Networks
10+
- [x] Chapter 3: Variational Autoencoders
11+
- [ ] Chapter 4: Generative Adversarial Networks
2612

2713
Part 2: Teaching Machines to Paint, Write, Compose and Play
28-
* Chapter 5: Paint
29-
* Chapter 6: Write
30-
* Chapter 7: Compose
31-
* Chapter 8: Play
32-
* Chapter 9: The Future of Generative Modeling
33-
* Chapter 10: Conclusion
34-
35-
36-
## Getting started
37-
38-
To get started, first install the required libraries inside a virtual environment:
39-
40-
`pip install -r requirements.txt`
41-
42-
14+
- [ ] Chapter 5: Paint
15+
- [ ] Chapter 6: Write
16+
- [ ] Chapter 7: Compose
17+
- [ ] Chapter 8: Play
18+
- [ ] Chapter 9: The Future of Generative Modeling
19+
- [ ] Chapter 10: Conclusion
4320

21+
## requirements.txt
4422

23+
I will update the requirements.txt after I finish all the examples. For now, just run pip install or conda install on dependencies you need!

launch-docker-cpu.sh

-8
This file was deleted.

launch-docker-gpu.sh

-2
This file was deleted.

requirements.txt

-74
This file was deleted.

0 commit comments

Comments
 (0)