Compare commits
2 Commits
ee4a06df30
...
3916b13876
| Author | SHA1 | Date | |
|---|---|---|---|
| 3916b13876 | |||
| 4f24e09c57 |
@@ -207,7 +207,9 @@ public class TrainJobService {
|
||||
|
||||
try {
|
||||
String ckptFile = Files.readString(last).trim(); // epoch_10.pth
|
||||
ckptFile = ckptFile.replace("/checkpoints", responseDir);
|
||||
log.info("resume ckptFile: {}", ckptFile);
|
||||
|
||||
if (ckptFile.isEmpty()) return null;
|
||||
|
||||
Path ckptHost = outDir.resolve(ckptFile);
|
||||
|
||||
Reference in New Issue
Block a user