From cec7299ee07abefa7ae5b87facc4b08fce07840a Mon Sep 17 00:00:00 2001 From: bkwon Date: Sat, 5 Aug 2023 21:17:25 +0900 Subject: [PATCH] =?UTF-8?q?[Modify]=205=EC=A3=BC=EC=B0=A8=20=EC=A3=BC?= =?UTF-8?q?=EB=A7=90=20=EC=B6=94=EB=A1=A0=20comment=20=ED=8C=8C=EC=9D=BC?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../5\354\243\274\354\260\250/2_inference_comment.py" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/\354\243\274\353\247\220\354\210\230\354\227\205/5\354\243\274\354\260\250/2_inference_comment.py" "b/\354\243\274\353\247\220\354\210\230\354\227\205/5\354\243\274\354\260\250/2_inference_comment.py" index a9063ea..a302449 100644 --- "a/\354\243\274\353\247\220\354\210\230\354\227\205/5\354\243\274\354\260\250/2_inference_comment.py" +++ "b/\354\243\274\353\247\220\354\210\230\354\227\205/5\354\243\274\354\260\250/2_inference_comment.py" @@ -37,7 +37,7 @@ # 순전파: 데이터가 레이어 통과하는 방식 지정 # 입력 텐서의 배치 크기 저장(x: [batch_size, 28, 28, 1]) # 28*28 픽셀 이미지를 1차원 벡터로 변환(펼치기) - # 순전파 수행: 입력 이미지를 순차적으로 MLP 레이어에 통과시킴 + # 순전파 수행: 입력 이미지를 순차적으로 MLP 레이어에 통과시킴 # [batch_size, 500] # [batch_size, 500] # [batch_size, 500]