Skip to content

Commit

Permalink
rm img aug without the case that no aug
Browse files Browse the repository at this point in the history
  • Loading branch information
astonzhang committed Dec 9, 2019
1 parent 59c562a commit 019f793
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions chapter_computer-vision/image-augmentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,13 +214,6 @@ Now we train the model using image augmentation of random flipping left and righ
train_with_data_aug(train_augs, test_augs, net)
```

Compare to training without image augmentation.

```{.python .input}
net.initialize(init=init.Xavier(), ctx=ctx)
train_with_data_aug(train_augs, test_augs, net)
```

## Summary

* Image augmentation generates random images based on existing training data to cope with overfitting.
Expand Down

0 comments on commit 019f793

Please sign in to comment.