This commit is contained in:
2026-04-24 23:51:56 +09:00
parent 0fe1e355a7
commit 52aaa4d1f6
21 changed files with 45502 additions and 3 deletions

6
t.sh Executable file
View File

@@ -0,0 +1,6 @@
for val in 0.5 0.45 0.4 0.35 0.3 0.25 0.2; do
echo "🚀 현재 학습 파라미터: $val (50회 반복 중)"
for i in {1..50}; do
./train.sh script test datas 1000 200 $val 10
done
done