Skip to content

Commit 902a11b

Browse files
committed
Move code sample link to table
1 parent e3cff3d commit 902a11b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

code/chapter-6/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ 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. 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.
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 are accompanied by code samples below:
8+
9+
| Section | Guideline |
10+
| :---: | :---: |
11+
| Data Preparation | [Store as TF Records](https://github.com/PracticalDL/Practical-Deep-Learning-Book/blob/master/code/chapter-6/storing-data-as-tfrecord.ipynb) |
812

913
### How to Use This Checklist
1014

0 commit comments

Comments
 (0)