Skip to content

Commit 4bc6b14

Browse files
authored
학습 횟수 변경
1 parent 4a9e96e commit 4bc6b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

08 - RNN/01 - MNIST.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# 옵션 설정
99
######
1010
learning_rate = 0.001
11-
total_epoch = 10
11+
total_epoch = 30
1212
batch_size = 128
1313

1414
# RNN 은 순서가 있는 자료를 다루므로,

0 commit comments

Comments
 (0)