Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
Forked from PaddlePaddle/Serving
A flexible, high-performance serving system for machine learning models(『飞桨』服务器端部署库)
C++ 1
-
-
-
-
Forked from PaddlePaddle/models
Pre-trained and Reproduced Deep Learning Models (『飞桨』官方模型库,包含多种学术前沿和工业场景验证的深度学习模型)
Python
-
639 contributions in the last year
Contribution activity
October 2020
Created a pull request in PaddlePaddle/Serving that received 1 comment
set fetch var lod tensor true forcefully
PR types Bug fixes PR changes API Describe 由于现有的save_model接口对fetch var当中是否为lod_tensor判断不够准确,会导致有些有lod信息的输出没有办法在这里判断为True。 修改方式就是全部都默认为True,即使是非Lod …