- 27 3月, 2020 5 次提交
-
-
由 Wilber 提交于
* add inference api doc. test=develop
-
由 xujiaqi01 提交于
* fix no cvm, when accessor is DownpourSparseValueAccessor, set no_cvm=True * test=develop
-
由 Tao Luo 提交于
test=develop
-
由 Zeng Jinle 提交于
-
由 zhangchunle 提交于
This reverts commit 23baf865.
-
- 26 3月, 2020 14 次提交
-
-
由 Zhaolong Xing 提交于
* add dynamic plugin support. test=develop * change emb eltwise layernorm to math function test=develop * add emb eltwise layernorm test=develop * can run dynamic shape ernie test=develop * fix ci test=develop * add ut for trt ernie dynamic test=develop * refine dynamic shape c++ interface. test=develop * fix comments test=develop * fix comments test=develop
-
由 xujiaqi01 提交于
* get pslib version * test=develop
-
由 Leo Chen 提交于
* support feed_python_builtin, test=develop * add test, test=develop * support CompiledProgram, test=develop * support fluid.data, test=develop * fix ci problems, test=develop * follow comments, test=develop
-
由 xujiaqi01 提交于
* add clear_one_table * test=develop
-
由 Adam 提交于
-
由 zhongpu 提交于
* fix bug when grad_op's output not be used in compute kernel in dygraph mode, test=develop * fix test_data_norm_op.py, test=develop * polish code style, test=develop * fix error of data_norm's infershape, test=develop * polish comment, test=develop
-
由 Huihuang Zheng 提交于
1. Add Decorator 'dygraph_to_static_program' 2. Add corresponding ProgramTranslator.get_program 3. Add ProgramTranslator.save_inference_model 4. Modified some warning information of dy2stat 5. Change program cache to contain startup_program because for users who gets program to run, they may like to initialize startup program
-
由 Aurelius84 提交于
* add unittest test=develop * add function cache test=develop
-
由 cc 提交于
-
由 danleifeng 提交于
* add maskauc in paddlebox; test=develop
-
由 liym27 提交于
-
由 Aurelius84 提交于
* Add parameter(learning_rate) in NoamDecay test=develop
-
由 liym27 提交于
-
由 liym27 提交于
-
- 25 3月, 2020 14 次提交
-
-
由 Huihuang Zheng 提交于
This PR does exact the thing as the title. The reason is that we plan to develop 4 decorators "dygraph_to_static_code" "dygraph_to_static_program" "dygraph_to_static_func" "dygraph_to_static_output" The 4 decorators will emphasize different part when translating dygraph to static graph. Decorator name "dygraph_to_static_graph" is too big for the function it implements.
-
由 Zeng Jinle 提交于
-
由 Zeng Jinle 提交于
-
由 Zeng Jinle 提交于
-
由 Zeng Jinle 提交于
-
由 Huihuang Zheng 提交于
As the title, we add decorator "dygraph_to_static_code", and add related "get_code", "get_func", "get_output" for ProgramTranslator. Next step will be adding "dygraph_to_static_program"
-
由 Aurelius84 提交于
* Polish error Info in while_loop test=develop
-
由 Liufang Sang 提交于
* fix compile error in win gpu test=develop * fix compile error in win gpu test=develop * fix compile error in win gpu test=develop
-
由 Zeng Jinle 提交于
-
由 Zeng Jinle 提交于
-
由 songyouwei 提交于
test=develop
-
由 Zeng Jinle 提交于
-
由 Zeng Jinle 提交于
-
由 Zeng Jinle 提交于
-
- 24 3月, 2020 6 次提交
-
-
由 Zeng Jinle 提交于
-
由 wangchaochaohu 提交于
* refine the transopose conv using v7 to choose algorithm
-
由 liym27 提交于
-
由 liym27 提交于
-
由 zhangchunle 提交于
-
由 cc 提交于
* Post_training_quantizaion supports min_max methon
-
- 23 3月, 2020 1 次提交
-
-
由 XiaoguangHu 提交于
-