Skip to content

Commit 203447e

Browse files
committed
update main .md
1 parent ec70fe5 commit 203447e

File tree

2 files changed

+40
-37
lines changed

2 files changed

+40
-37
lines changed

.idea/workspace.xml

Lines changed: 30 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ex) Classification, Detection, Segmentation, Regression, GAN, ...
1010

1111
```bash
1212
git clone https://github.com/wooni-github/pytorch_tutorials
13-
cd <다운 위치>
13+
cd pytorch_tutorials
1414
conda env create --file environment.yaml
1515
```
1616

@@ -38,17 +38,17 @@ matplotlib
3838
opencv
3939
```
4040

41-
## [1. Tensor operations, reshape](https://github.com/wooni-github/pytorch_tutorials/blob/main/1.Tensors/README.md)
41+
## [1. Tensor operations, reshape](1.Tensors/)
4242

4343
기본적인 텐서 생성, 변환, 연산(곱, 행렬곱, 합), 접근, 형태 변환 등에 관한 예제입니다.
4444

4545

46-
## [2. DataLoader](https://github.com/wooni-github/pytorch_tutorials/blob/main/2.DataLoader/README.md)
46+
## [2. DataLoader](2.DataLoader/)
4747

4848
파이토치에서 학습/추론시 배치별 데이터 생성을 위한 `DataLoader`에 관한 예제입니다.
4949

5050

51-
## [3. SimpleExamples](https://github.com/wooni-github/pytorch_tutorials/blob/main/3.SimpleExamples/README.md)
51+
## [3. SimpleExamples](3.SimpleExamples/)
5252

5353
본격적인 **SOTA**를 살펴보기 전, 간단한 예제들을 통해 파이토치의 여러가지 기능을 사용해보는 예제입니다.
5454

@@ -70,7 +70,7 @@ opencv
7070

7171
![MNIST_Regression](3.SimpleExamples/3.5.MNIST_Regression/MNIST_Reg.png)
7272

73-
## [4. Pretrained networks](https://github.com/wooni-github/pytorch_tutorials/blob/main/4.PretrainedNetworks/README.md)
73+
## [4. Pretrained networks](4.PretrainedNetworks/)
7474

7575
파이토치에서 제공하는 다양한 네트워크의 pretrained weights를 이용한 예제입니다.
7676

@@ -106,7 +106,7 @@ opencv
106106

107107
<br>
108108

109-
## [5. Transfer learning & Fine tuning](5.TransferLearningFineTuning/README.md)
109+
## [5. Transfer learning & Fine tuning](5.TransferLearningFineTuning/)
110110

111111
커스텀 데이터셋에 파이토치의 pretrained network를 이용하여 전이학습 (Transfer learning)과 파인 튜닝 (Fine tuning)을 적용해 이미지 분류 (Image classification)를 수행해보는 예제입니다.
112112

@@ -116,12 +116,14 @@ opencv
116116

117117
<br>
118118

119-
## [6. GAN](6.GAN/README.md)
119+
## [6. GAN](6.GAN/)
120120

121121
적대적 생성 신경망 (**G**enerative **A**dversarial **N**etworks)을 이용한 MNIST 데이터 생성 예제입니다.
122122

123123
![MLP_GAN](6.GAN/6.1.MNIST_MLP_GAN/MNIST_MLP_GAN.gif)
124124

125125
- MNIST GAN
126-
- MNIST DCGAN (Deep Convolutiona GAN)
126+
- MNIST DCGAN (Deep Convolutional GAN)
127127
- MNIST CGAN (Conditional GAN)
128+
129+
![MLP_CGAN](6.GAN/6.3.MNIST_CGAN/MNIST_CGAN.png)

0 commit comments

Comments
 (0)