- 31 3月, 2020 4 次提交
-
-
由 Leo Chen 提交于
* expand parameters, test=develop * support resnet, test=develop * fix resnet, test=develop * support duplicable out, test=develop * support ptb * fix bugs, test=develop * support null input, test=develop * fix bugs, test=develop * fix batchNorm is_test, test=develop * refine code, test=develop * follow comments, test=develop * follow comments, test=develop * follow comments, test=develop * follow comments, test=develop
-
由 Aurelius84 提交于
* Support Parameter type determination test=develop
-
由 GaoWei8 提交于
-
由 Zeng Jinle 提交于
-
- 30 3月, 2020 3 次提交
-
-
由 FDInSky 提交于
-
由 gongweibao 提交于
-
由 zhongpu 提交于
* support math operator for variable, test=develop * polish code, test=develop * polish code, test=develop
-
- 29 3月, 2020 3 次提交
-
-
由 Aurelius84 提交于
-
由 Aurelius84 提交于
-
由 Wojciech Uss 提交于
-
- 28 3月, 2020 2 次提交
-
-
由 lidanqing 提交于
-
由 Wojciech Uss 提交于
-
- 27 3月, 2020 2 次提交
-
-
由 Zeng Jinle 提交于
* expose dygraph.grad api, test=develop, test=document_fix * add more parameter in dygraph.grad API, test=develop * add only_inputs=True parameter, test=develop * follow comments, test=develop, test=document_fix * fix typo, test=develop, test=document_fix
-
由 xujiaqi01 提交于
* fix no cvm, when accessor is DownpourSparseValueAccessor, set no_cvm=True * test=develop
-
- 26 3月, 2020 11 次提交
-
-
由 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 提交于
-
由 liym27 提交于
-
由 Aurelius84 提交于
* Add parameter(learning_rate) in NoamDecay test=develop
-
由 liym27 提交于
-
由 liym27 提交于
-
- 25 3月, 2020 8 次提交
-
-
由 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 提交于
-
由 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
-
由 Zeng Jinle 提交于
-
由 songyouwei 提交于
test=develop
-
由 Zeng Jinle 提交于
-
- 24 3月, 2020 4 次提交
-
-
由 Zeng Jinle 提交于
-
由 liym27 提交于
-
由 liym27 提交于
-
由 cc 提交于
* Post_training_quantizaion supports min_max methon
-
- 23 3月, 2020 1 次提交
-
-
由 Huihuang Zheng 提交于
1. Rename AutoTracer to ProgramTranslator 2. Rename cached_program to program_cache 3. Remove some functor style __call__ 4. Dict key should be string but not hash code of string
-
- 22 3月, 2020 1 次提交
-
-
由 Liufang Sang 提交于
* add dequantize_log_op and make pyramid hash support int8 weight test=develop * add unittest and update pyramid hash op test=develop * remove paddle_enforce test=develop * fix error message test=develop * remove incorrent commit test=develop * fix error message in log_dequantize test=develop * change 2019 to 2020 test=develop * remove useless check_grad test=develop
-
- 20 3月, 2020 1 次提交
-
-
由 Zeng Jinle 提交于
* sequential reader stage 1, test=develop * fix ut, test=develop * fix iterable=False reset bug, add some logs and polish code, test=develop * inference feed partial data, test=develop * Turn on keep_order=True for test, test=develop * enhance ut to test more cases, test=develop * test commit for reverting * Revert "test commit for reverting", test=develop This reverts commit 80aef42e. * add ut of merged and unmerged results, test=develop * add more uts for coverages and add en doc of api, test=develop * follow comments, test=develop * change note style, test=develop
-