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.78k stars 285 forks source link

Test using shared_seed with pytorch converter #745

Closed selitvin closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #745 (02d503c) into master (76a36fe) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #745   +/-   ##
=======================================
  Coverage   86.27%   86.27%           
=======================================
  Files          85       85           
  Lines        5084     5084           
  Branches      787      787           
=======================================
  Hits         4386     4386           
  Misses        559      559           
  Partials      139      139           
Impacted Files Coverage Δ
...ark_dataset_converter/pytorch_converter_example.py 94.89% <100.00%> (ø)

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 76a36fe...02d503c. Read the comment docs.