Lanbo Li
Lanbo Li
When call tf2onnx.convert.from_graph_def API in a python process using tensorflow_gpu, from_graph_def will use all the gpu memory, make it difficult for someone else who shares the GPU card with me....
# Why we want to support `tf.feature_column`s We have found plenty of models with `tf.feature_column` ops in many industrial models, such as in CTR models. Normally the `tf.feature_column` ops are...
In the past weeks, we have open-source some of the cpp and python code for tensorflow-blade, which optimize the tensorflow model for inference. The first stage of tensorflow blade open...
As we have found in [previous pr](https://github.com/alibaba/BladeDISC/pull/318). Bazel build `acl` will cause torch-disc core dumped when calling function from `acl`. This wired core dump does not have a proper backtrace...