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
Cleanup at the end of travis build and deploy only for one build matrix configuration #373
Current hypothesis that travis tries to cleanup after docker build, but has no permissions (since docker writes out *pyc files as root).
Cleaning ourselves would hopefully solve the release failure.
Current hypothesis that travis tries to cleanup after docker build, but has no permissions (since docker writes out *pyc files as root). Cleaning ourselves would hopefully solve the release failure.