feat/training_260202 #45
@@ -78,7 +78,7 @@ public class DockerTrainService {
|
||||
logBuilder.append(line).append('\n');
|
||||
}
|
||||
|
||||
// 2) 🔥 epoch 감지 + DB 업데이트
|
||||
// 2) epoch 감지 + DB 업데이트
|
||||
Matcher m = epochPattern.matcher(line);
|
||||
if (m.find()) {
|
||||
int currentEpoch = Integer.parseInt(m.group(1));
|
||||
|
||||
Reference in New Issue
Block a user