Skip to content

Commit 31000d7

Browse files
authored
Merge pull request #7 from waverDeep/main
Update Readme
2 parents f601db2 + 87326a2 commit 31000d7

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# StartDeepLearningWithPytorch
22

33
## Summary
4-
| Chapter No. | Title | Content | Dataset | Note |
5-
|-------------|------------------------------------------|-------------------------------------------|----------|-------|
6-
| Chapter01 | Pytorch Train-Test Pipeline 설계 | Image Classification을 통한 딥러닝 파이프라인 이해 | CIFAR-10 | |
7-
| Chapter02 | Project template 관리 및 tensorboard 적용 | Project를 구조적으로 관리하여 재사용성 및 개발편의성 향상 | - | |
4+
5+
| Chapter No. | Title | Content | Dataset | Note |
6+
|-------------|------------------------------------------------|---------------------------------------------------|------------------------------|------|
7+
| Chapter01 | Pytorch Train-Test Pipeline 설계 | Image Classification을 통한 딥러닝 파이프라인 이해 | CIFAR-10 | |
8+
| Chapter02 | Project template 관리 및 tensorboard 적용 | Project를 구조적으로 관리하여 재사용성 및 개발편의성 향상 | - | |
9+
| Chapter03 | Data augmentation and Model Implementation | Image data Augmentation 방식 이해 및 대표 모델 구현 | - | |
10+
| Chapter04 | Custom Dataset and Project Review | Custom dataset을 이용한 Classification 모델 구축 | Fruits and Vegetables Images | |
811

912
## Code Review
13+
1014
- [fork해서 Pull Request 보내는 법](https://wayhome25.github.io/git/2017/07/08/git-first-pull-request-story/)
1115
- [fork된 레포지토리 최신상태 유지하는 법](https://jybaek.tistory.com/775)

0 commit comments

Comments
 (0)