Closed arseniybelkov closed 7 months ago
Attention: Patch coverage is 87.87879%
with 4 lines
in your changes are missing coverage. Please review.
Project coverage is 81.34%. Comparing base (
acaadde
) to head (417d41e
). Report is 8 commits behind head on master.
Files | Patch % | Lines |
---|---|---|
thunder/callbacks/metric_monitor.py | 83.33% | 2 Missing :warning: |
thunder/cli/main.py | 71.42% | 1 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Features
trainer.fit
. It can be used to e.g. fix seed. (#75)thunder.utils.fix_seed
- Lightning'sseed_everything
with additionaltorch.backends
configurations (taken from deep-pipe)Fixes
MetricMonitor
leaks no more (#83)last_checkpoint()
resolves symlins (#80)thunder run
withslurm
backend fails if experiment folder doesn't exist. (#66)