()
| 277 | |
| 278 | |
| 279 | def find_resume_checkpoint(): |
| 280 | # On your infrastructure, you may want to override this to automatically |
| 281 | # discover the latest checkpoint on your blob storage, etc. |
| 282 | return None |
| 283 | |
| 284 | |
| 285 | def find_ema_checkpoint(main_checkpoint, step, rate): |
no outgoing calls
no test coverage detected