Closed jeff-regier closed 4 months ago
Attention: Patch coverage is 94.92754%
with 7 lines
in your changes missing coverage. Please review.
Project coverage is 92.54%. Comparing base (
06014a3
) to head (3487354
).
Files | Patch % | Lines |
---|---|---|
bliss/cached_dataset.py | 94.73% | 7 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR simplifies our code for distributed training by using the
torchdata
package. The data loading workers seem to be more efficient now.