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

Added support for np.uint8 #616

Closed tgaddair closed 4 years ago

tgaddair commented 4 years ago

Updated, thanks!

codecov[bot] commented 4 years ago

Codecov Report

Merging #616 into master will decrease coverage by 0.03%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #616      +/-   ##
==========================================
- Coverage   85.68%   85.65%   -0.04%     
==========================================
  Files          87       87              
  Lines        4996     4998       +2     
  Branches      796      797       +1     
==========================================
  Hits         4281     4281              
- Misses        578      579       +1     
- Partials      137      138       +1     
Impacted Files Coverage Δ
petastorm/unischema.py 93.27% <0.00%> (-0.85%) :arrow_down:

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 400a13a...08da4ea. Read the comment docs.