thank you for answering, mahdi yed
i'm sorry that i worte the text not clearly...
i mean, i train the network with shuffle=true,
and
case#1 : test with shuffle = true => accuracy is 97%
case#2 : test with shuffle = false => accuracy is 27%
(both of case, trained with shuffle = true)
I don't know what is diffrence...
and the second question is meaning that...
i have 10 list of test set.
test_0.txt <-- this file include just label '0'
test_1.txt <-- this file include just label '1'
...
test_9.txt <-- this file include just label '9'
test_all.txt <-- this file is made by (test_0.txt + test_1.txt + test_2.txt + .... + test_9.txt)
when i test with test_all.txt => accuracy is over 90%
but, when i test with test_0.txt ~ test_9.txt separately => accuracy is under 40% all...
if you have any idea for this problem, please help me.
2017년 3월 20일 월요일 오후 11시 18분 50초 UTC+9, mahdi yed 님의 말: