Lei Xu

Results 146 issues of Lei Xu

- [ ] Add CI matrix to support Python `3.10`

spark

``` $ pip install -U tensorflow ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none) ERROR: No matching distribution found for tensorflow ``` Need to...

bug
tensorflow
mac

https://pytorch.org/blog/pytorch-1.11-released/

pytorch

https://pytorch.org/blog/introducing-accelerated-pytorch-training-on-mac/ (Can not say m1 anymore, Apple has M2 now)

pytorch
mac

Support running TensorRT models via Spark SQL

When loading the dataset for training, we'd desire to split the dataset into `train`, `test`, `eval` split. And it should make it easy for an user to just load one...

Similar to Coco format, we should support Pascal VOC format (XML) to Parquet format conversion.

enhancement
ML

Current GHA takes about 15 minutes to finish all tests. For rikai-scale project, this is not necessary. Let's do some research to see where can we accelerated. A few potential...

enhancement
help wanted