Skip to content

Commit b6892c7

Browse files
committed
readme update
1 parent 012c7c0 commit b6892c7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Below is a outline of the book chapters:
3535
13. Multimodal Models
3636
14. Conclusion
3737

38-
## Star History
38+
## 🌟 Star History
3939

4040
<img src="https://api.star-history.com/svg?repos=davidADSP/Generative_Deep_Learning_2nd_Edition&type=Date" width="500px">
4141

@@ -104,7 +104,7 @@ http://localhost:8888
104104

105105
The notebooks that accompany the book are available in the `/notebooks` folder, organized by chapter and example.
106106

107-
### Downloading data
107+
## 🏞️ Downloading data
108108

109109
The codebase comes with an in-built data downloader helper script.
110110

@@ -114,7 +114,7 @@ Run the data downloader as follows (from outside the container), choosing one of
114114
bash scripts/download.sh [faces, bricks, recipes, flowers, wines, cellosuites, chorales]
115115
```
116116

117-
### Tensorboard
117+
## 📈 Tensorboard
118118

119119
Tensorboard is really useful for monitoring experiments and seeing how your model training is progressing.
120120

@@ -131,11 +131,11 @@ Tensorboard will be available in your local browser on the port specified in you
131131
http://localhost:6006
132132
```
133133

134-
### Using a cloud virtual machine
134+
## Using a cloud virtual machine
135135

136136
To set up a virtual machine with GPU in Google Cloud Platform, follow the instructions in the [Google Cloud README](./docs/googlecloud.md) file in this repository.
137137

138-
### Other resources
138+
## Other resources
139139

140140
Some of the examples in this book are adapted from the excellent open source implementations that are available through the [Keras website](https://keras.io/examples/generative/). I highly recommend you check out this resource as new models and examples are constantly being added.
141141

0 commit comments

Comments
 (0)