Skip to content

Commit fca7a87

Browse files
authored
typo fixing (#621)
1 parent 17718eb commit fca7a87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

beginner_source/dcgan_faces_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
# 배치 크기
149149
batch_size = 128
150150

151-
# 이미지의 크기입니다. 모든 이미지들은 transformer를 이용해 64로 크기가 통일됩니다.
151+
# 이미지의 크기입니다. 모든 이미지를 변환하여 64로 크기가 통일됩니다.
152152
image_size = 64
153153

154154
# 이미지의 채널 수로, RGB 이미지이기 때문에 3으로 설정합니다.

0 commit comments

Comments
 (0)