zeekvfu
zeekvfu
@ya0yy @wozl 不知道两位是怎么编译的,我试了下在本地 8.3.2、8.3.3 两个版本都编译不过。 master 分支默认的 7.16.0 可以编译过。 ``` % java -version openjdk version "18.0.1.1" 2022-04-22 OpenJDK Runtime Environment Homebrew (build 18.0.1.1+0) OpenJDK 64-Bit Server VM Homebrew (build 18.0.1.1+0,...
@wozl @ya0yy 谢谢两位!
Facing the similar issue too. I need to do lots of text preprocessing (lowercasing, a bunch of `regex` operations, feature encoding...). If TensorFlow Serving don't have a elegant support for...
@wjarek Thanks for your reply. I've taken a brief look at the TensorFlow Transform, and found [this](https://github.com/tensorflow/transform/issues/17), and I don't think TFT can satisfy my needs. Does TFT support `lowercase`...