- 05 8月, 2020 2 次提交
-
-
由 Pei Yang 提交于
* develop dynamic shape serilization * add test param for gelu * fix bugs * delete redundant comments * debug * fix conflict. test=develop * fix bug. test=develop * add trt dynamic shape serialized support * fix ernie serialized bug test=develop * fix codestyle test=develop * fix bug test=develop * fix bug.test=develop * modify cmakelist test=develop * fix bug test=develop * fix error message. test=develop * fix trt register plugin based on pr#25003 * add trt dynload * fix deserialization bug of not finding plugin registration * refine code style * recover engine key in tensorrt_subgraph_pass * for ci coverage * add unittest for deserialization Co-authored-by: Nhaozech <chenhaoze94@gmail.com>
-
由 wawltor 提交于
Update the code for the compare ops for the broadcast function
-
- 04 8月, 2020 2 次提交
-
-
由 Chen Weihang 提交于
-
由 wangchaochaohu 提交于
-
- 03 8月, 2020 7 次提交
-
-
由 tangwei12 提交于
* disable heart beat UT
-
由 WangXi 提交于
-
由 Pei Yang 提交于
-
由 xujiaqi01 提交于
* fix dump, fix cvm check test=develop * fix test=develop * fix test=develop * fix test=develop
-
由 JZ-LIANG 提交于
-
由 Dong Daxiang 提交于
* split meta optimizer files * add graph execution in execution, update two properties in DistributedStrategy, unit tests for these features
-
由 Zhang Ting 提交于
-
- 31 7月, 2020 4 次提交
-
-
由 Zhang Ting 提交于
-
由 ShenLiang 提交于
* fix inverse bug, test=develop * fix the untest, test=develop * add singular checking, test=develop * fix the utest, test=develop * use memory::copy, test=develop * fix bost_get, test=develop * fix position, test=develop
-
由 Chen Weihang 提交于
* polish framework error message part 4 * fix type error * fix message error * polish by review comments
-
由 Aurelius84 提交于
* modify GetExpectedKernelType * use input place * add ENFORCE check
-
- 30 7月, 2020 9 次提交
-
-
由 wawltor 提交于
Update the code for the compare_ops, update the api and doc
-
由 wangchaochaohu 提交于
-
由 lilong12 提交于
* bug fix, test=develop
-
由 tangwei12 提交于
-
由 Zhaolong Xing 提交于
* fix windows test test=develop * fix ci test=develop
-
由 lilong12 提交于
* fix test_pipeline, test=develop
-
由 Chen Weihang 提交于
* refine error stack format * polish compile traceback format * polish detail format
-
由 tangwei12 提交于
Integrated Trainer of Parameter Server (API add `fluid.contrib.layers.sparse_embedding` only) (#22957) * Integrated Trainer of Parameter Server
-
由 hong 提交于
* fix double grad visitid unit; test=develop * change name hash_pair to HashPair; test=develop * follow comment; test=develop
-
- 29 7月, 2020 8 次提交
-
-
由 cc 提交于
* Remove the output for moving_average_abs_max_scale op, test=develop
-
由 Dong Daxiang 提交于
* refine strategy compiler and meta optimizers make async as a_sync
-
由 Chen Weihang 提交于
* unified signal error format * refine signal error message
-
由 Zhou Wei 提交于
-
由 Chen Weihang 提交于
* remove ProgramTranslator.save_inference_model * adapt save_quantized_model * revert buffer check implemention * remove useless import function
-
由 Chen Weihang 提交于
* simplify buffered reader to improve DataLoader performance * fix 22 failed unittests * fix cuda pinned context condition * fix test_reader_reset failed * fix two failed unittests * change unittest place * polish error messaage * polish cast op GetExpecctedKernelType * remove debug info in unittest
-
由 Pei Yang 提交于
-
由 Zhou Wei 提交于
-
- 28 7月, 2020 6 次提交
-
-
由 Pei Yang 提交于
-
由 Pei Yang 提交于
-
由 Dong Daxiang 提交于
* add more settings for distributed strategy Basically, DistributedStrategy has several parts of configurations: - BuildStrategy: the same as paddle.fluid.BuildStrategy, but the distributed arguments are moved out of BuildStrategy - ExecutionStrategy: the same as paddle.fluid.ExecutionStrategy - collective communication configs: nccl_comm_num, hierarchical allreduce and so on - distributed algorithms: async_update(mainly used in PS), lars, lamb and so on
-
由 Sylwester Fraczek 提交于
-
由 Chen Weihang 提交于
* polish framework error message part3 * polish details * fix error message print error
-
由 arlesniak 提交于
* Added DNNL cache management for DyGraph * move FLAGS_use_mkldnn to more general CMakeLists, getu use of the flag in ClearGradients * missing file * Fixes after review * Bringing back original idea of place for 'use_mkldnn' flag to be accessible from platform nad imperative. * Removed duplicate and added docs * Fixes for CI
-
- 27 7月, 2020 1 次提交
-
-
由 wangchaochaohu 提交于
-
- 24 7月, 2020 1 次提交
-
-
由 Zhen Wang 提交于
* fix the double grad bug for the star gan. test=develop * update the retain_graph parameter doc. test=develop * add the unit test for the retain_graph parameter. test=develop
-