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

Add TF 2.0 to CI to see what failures we have #539

Closed liangz1 closed 4 years ago

liangz1 commented 4 years ago

@selitvin Do you have time to add TF 2 support? Thanks!

codecov[bot] commented 4 years ago

Codecov Report

Merging #539 into master will not change coverage by %. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #539   +/-   ##
=======================================
  Coverage   86.52%   86.52%           
=======================================
  Files          85       85           
  Lines        4697     4697           
  Branches      739      739           
=======================================
  Hits         4064     4064           
  Misses        515      515           
  Partials      118      118           

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 43494ec...477144e. Read the comment docs.

WeichenXu123 commented 4 years ago

@liangz1 I update tensorflow importing via tf.compat.v1. there's still some test failed. I will investigate how to fix them. https://github.com/uber/petastorm/pull/536