This commit is contained in:
2026-04-25 02:32:22 +09:00
parent 52aaa4d1f6
commit 8a8c0c9713
38 changed files with 1033 additions and 38 deletions

6
.old/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