uber / petastorm

Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets in Apache Parquet format. It supports ML frameworks such as Tensorflow, Pytorch, and PySpark and can be used from pure Python code.
Apache License 2.0
1.8k stars 284 forks source link

bug with weighted_sampling_reader and pytorch #627

Closed gueguenster closed 3 years ago

gueguenster commented 3 years ago
codecov[bot] commented 3 years ago

Codecov Report

Merging #627 (dedb6b0) into master (f8c427c) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #627      +/-   ##
==========================================
+ Coverage   85.31%   85.32%   +0.01%     
==========================================
  Files          85       85              
  Lines        4929     4933       +4     
  Branches      783      783              
==========================================
+ Hits         4205     4209       +4     
  Misses        584      584              
  Partials      140      140              
Impacted Files Coverage Δ
petastorm/pytorch.py 90.72% <100.00%> (ø)
petastorm/weighted_sampling_reader.py 84.78% <100.00%> (+1.44%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f8c427c...dedb6b0. Read the comment docs.