- 28 10月, 2019 2 次提交
-
-
由 Aurelius84 提交于
-
由 whs 提交于
-
- 25 10月, 2019 1 次提交
-
-
由 xujiaqi01 提交于
* no longer need to define all embedding layers (no one less) of all slots in each program. make trainer_param repeated in ps.proto. * add find_distributed_lookup_table_grads instead of hard code GRAD * support embedding stop gradient. push sparse has error before fix this.* * fix fill sparse, skip slots which do not have embedding. each slot's embedding in a sparse table should be used in all training programs before fix this. * fix pull sparse, skip slots which do not have embedding. * fix collect feasign label info, skip slots which do not have embedding. * support when there are multi sparse tables in one or multi training programs, each program can pull/push its own related sparse tables instead of all sparse tables. * test=develop
-
- 24 10月, 2019 3 次提交
-
-
由 Zhang Ting 提交于
* All elements in attr(shape) of crop_tensor can be -1, test=develop, test=document_preview * fix the bug that attr(offsets) should be initialized, test=develop
-
由 Tao Luo 提交于
* make search_compute support avx only * clean search_compute.h * rename sse_axpy to avx_axpy test=develop * update CMakeLists.txt test=develop
-
由 WangXi 提交于
-
- 23 10月, 2019 2 次提交
-
-
由 Zeng Jinle 提交于
* jit/trace 1st version, test=develop * add more unittests, test=develop
-
由 石晓伟 提交于
* update the infer shape of matmul, test=release/1.6 * add unittests of matmul, test=release/1.6 * change func names, test=develop
-
- 22 10月, 2019 3 次提交
-
-
由 gongweibao 提交于
-
由 gongweibao 提交于
-
由 wangchaochaohu 提交于
* add support for __get_item__ of Variable test=develop
-
- 21 10月, 2019 1 次提交
-
-
由 Zhang Ting 提交于
* add cuda place and remove fluid.layers.data for test of python API, test=develop * add cuda place and remove fluid.layers.data for test of python API, test=develop * modified batch size for Python API test, test=develop
-
- 20 10月, 2019 2 次提交
-
-
由 danleifeng 提交于
-
由 123malin 提交于
* test=develop, communicator_is_sgd_optimizer flags
-
- 18 10月, 2019 3 次提交
-
-
由 wangguanzhong 提交于
-
由 WangXi 提交于
-
由 gongweibao 提交于
-
- 17 10月, 2019 1 次提交
-
-
由 gongweibao 提交于
-
- 16 10月, 2019 2 次提交
-
-
由 gongweibao 提交于
-
由 qingqing01 提交于
* Support fp16 in fused_elemwise_activation_op. * Fix unit testing in ONLY-CPU mode.
-
- 15 10月, 2019 7 次提交
-
-
由 Tao Luo 提交于
* refine error message of input TypeError in framework.py test=develop * refine error message test=develop * update test_compare_op.py unit-test to improve coverage test=develop
-
由 Chengmo 提交于
* test=develop,Fix communicator slow bug * test=develop, delete if() in stop_worker() * test=develop * fix UT, test=develop * fix bug in fetch handler, test=develop * fix bug in fetch handler, test=develop * test=develop, fix fetch barrier bug * test=develop, bug fix * test=develop, bug fix * test=develop, fix bug
-
由 liym27 提交于
-
由 123malin 提交于
* bug fix: invalid learning rate decay in pserver async mode
-
由 WangXi 提交于
-
由 石晓伟 提交于
* add data type check, test=develop * polish error messages, test=develop * polish error messages, test=develop * Remove support for the CPU architecture matmul, test=develop * fix syntax bug, test=develop
-
由 mapingshuo 提交于
* special case: strategy is None
-
- 14 10月, 2019 9 次提交
-
-
由 翟飞跃 提交于
-
由 zhupengyang 提交于
* add input type and dtype check for cast_op test=develop * fix annotation test=develop * support more data type test=develop * fix bug for fill_constant's error type test=develop * improve converage test=develop * improve converage test=develop
-
由 Youwei Song 提交于
* fix api fluid.cuda_pinned_places, test=develop * fix api fluid.cuda_pinned_places, test=develop
-
由 gongweibao 提交于
Add detail logs on resnet unit test
-
由 chengduo 提交于
* fix recurrent bug test=develop
-
由 633WHU 提交于
* support dlpack to tensor and implement python interface test=develop * add unittest for _to_dlpack and from_dlpack test=develop
-
由 zhupengyang 提交于
test=develop
-
由 JesseyXujin 提交于
* add expand_as op, test=develop * add expand_as op,test=develop * add expand_as op,test=develop * add nn.py, test=develop * delele paddle_enforce, test=develop
-
由 Zeng Jinle 提交于
* refine py_reader exit, test=develop * fix multiprocess_reader exception unittest, test=develop * increase code coverage for legacy fluid.layers.py_reader, test=develop
-
- 13 10月, 2019 4 次提交
-
-
由 Guo Sheng 提交于
* Fix docs of gru_unit and dynamic_gru. Fix basic_gru in rnn_impl.py. Add error messages for param_attr setting in layer_norm api. Add int64 dtype for expand. test=develop * Reopen unit-tests of basic_gru/basic_lstm in rnn_impl.py. test=develop * Add unit test for layer_norm api. test=develop * Remove the deprecated gru doc fix. test=develop * Fix basic_gru test coverage. test=develop * Update API.spec. test=develop * Update API.spec. test=develop * Fix test_basic_gru coverage test. test=develop * Update test_basic_gru in test_layers to use fluid.data test=develop * Update test_basic_gru for coverage. test=develop
-
由 Yuan Shuai 提交于
* Refine error message of transpose. * Fix transpose, multiplex, unsqueeze, unstack. test=develop, test=document_preview, test=document_fix
-
由 hong19860320 提交于
* fix the error message of zeros op test=develop * Fix unittest of zeros op test=develop
-
由 liym27 提交于
2. fix bug in backward.py: using fill_constant instead of fill_constant_batch_size_like 3. fix bug in ExpandGradOp. test=develop
-