Skip to content

Commit e3cff3d

Browse files
committed
Added link to README
1 parent d6f6108 commit e3cff3d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

code/chapter-6/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ We take the speed of training and inference into hyperdrive by going through a c
44

55
## Checklist
66

7-
This chapter is meant to serve as a handy checklist of potential performance optimizations that we can make when building all stages of the deep learning pipelines, and useful throughout the book. Specifically, we will discuss optimizations related to data preparation, data reading, data augmentation, training, and finally inference.
7+
This chapter is meant to serve as a handy checklist of potential performance optimizations that we can make when building all stages of the deep learning pipelines, and useful throughout the book. Specifically, we will discuss optimizations related to data preparation, data reading, data augmentation, training, and finally inference. Some of the checklist items, such as data preparation is accompanied by a [code sample](https://github.com/PracticalDL/Practical-Deep-Learning-Book/blob/master/code/chapter-6/storing-data-as-tfrecord.ipynb) as well.
88

99
### How to Use This Checklist
1010

0 commit comments

Comments
 (0)