pull/3451/head
sungjoonkim 2025-10-29 20:26:49 +09:00
parent 6139b099e6
commit 6dc1c492f7
2 changed files with 19 additions and 2 deletions

View File

@ -226,4 +226,21 @@ run-train-single ^
🔄 Resuming from: ../output_models/alice-epoch-010.safetensors
🚀 Starting training...
```
```
## 💡 선택 가이드
### State Resume을 써야 할 때
✅ 학습이 중단됨 (컴퓨터 꺼짐, 에러 등)
✅ Epoch 수를 늘리고 싶음 (10 → 20)
✅ 데이터는 그대로, 학습만 더
✅ Optimizer momentum 유지가 중요
## Network Weights를 써야 할 때
✅ 새로운 데이터 추가
✅ 다른 스타일/컨셉 학습
✅ Fine-tuning (특정 부분만 강화)
✅ 기존 모델 기반으로 파생 모델 생성
✅ State 폴더가 없음

@ -1 +1 @@
Subproject commit b009716fbd17fba6ef7082d7f79ffc1c3616e487
Subproject commit b56eef68cba3dbbc606d7d4f732e95429e22e313