Commit 3eb808a
authored
Fix resume checkpoint mapping for torch models only (#370)
## Summary
Fix the config mapping for `resume_ckpt_path` to clarify that resuming
training is only supported for models trained with sleap-nn (PyTorch).
## Details
- Trainer states cannot be extracted from TensorFlow weights to resume
training
- The `resume_ckpt_path` parameter is only applicable to models trained
with sleap-nn (torch)
- This update ensures the config mapping correctly reflects this
limitation
## Related
- Addresses issues with attempting to resume training from
TensorFlow-trained models1 parent be15732 commit 3eb808a
1 file changed
+0
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | 329 | | |
336 | 330 | | |
337 | 331 | | |
| |||
423 | 417 | | |
424 | 418 | | |
425 | 419 | | |
426 | | - | |
427 | 420 | | |
428 | 421 | | |
429 | 422 | | |
| |||
0 commit comments