- 12 10月, 2018 1 次提交
-
-
由 Xin Pan 提交于
This can cause a lot of problem: 1. Wrong operator implementation, Op can get a wrong type without failure. 2. Anytype can be Get without defined in VarType. Also fix wrong STEP_SCOPE usage. test=develop
-
- 10 10月, 2018 1 次提交
-
-
由 chengduo 提交于
* set the right shape of selected_rows test=develop * enhance check * fix activation_op * remove cast * use ShareDimInfo replace SetDim and ShareLod * use ShareDimAndLod test=develop * follow comment test=develop * check whether the input has lod test=develop * Split ShareDimAndLod test=develop * checkout clip.py test=develop
-
- 09 10月, 2018 1 次提交
-
-
由 dzhwinter 提交于
* "avoid copy back to cpu" * "add infinity support" * "fix ci" * "add cpu macro" * rerun ci; test=develop * "fix api" test=develop * test=develop * test=develop * test=develop * test=develop * test=develop
-
- 08 10月, 2018 3 次提交
- 01 10月, 2018 1 次提交
-
-
由 Michal Gallus 提交于
test=develop
-
- 30 9月, 2018 2 次提交
-
-
由 sneaxiy 提交于
-
- 29 9月, 2018 5 次提交
- 28 9月, 2018 5 次提交
-
-
由 Jacek Czaja 提交于
test=develop
-
由 Tao Luo 提交于
test=develop
-
由 Jacek Czaja 提交于
test=develop
-
由 Xin Pan 提交于
scope's API modifies its internal state. And scope's API can be called from multiple threads during traing. Hence, we need locks to protect the scope's internal states. We can optimize it in the future. But the current solution is buggy. test=develop
-
由 Yan Chunwei 提交于
- add naive executor - fix concurrency performance issue
-
- 27 9月, 2018 6 次提交
-
-
由 chengduo 提交于
* add GraphNum test=develop * add graph number check in parallelExecutor test=develop * fix transformer_model bug test=develop * fix graph num
-
由 Jacek Czaja 提交于
-
由 Jacek Czaja 提交于
- Added draft of new operator - Added fused embedding fc lstm files - First time embedding_fc_lstm_fuse_pass was invoked in test_text_classification - Added Embedding pattern - Not crashing - Enabled draft of embedding_fc_lstm pass (does it job) - First working (Seqcompute only) version - Removed diagnostic comment - First enabling of BatchCompute - Disabling pass for embedding with is_sparse and is_distributed - Cosmetics - Style - Style
-
由 Yan Chunwei 提交于
-
由 tangwei12 提交于
* add dist ut for text_classification * add dist ut for text_classification * add simnet bow unittest * add dist ut for simnet bow * add trainning data url for simnet bow * add trainning data url for simnet bow * modify simnet test_reader to train reader * add test_dist_ctr * test_dist_ctr can run now * dense update is good * add unit test for selected rows * debug unit test * fix dist sparse update problem * Constant args at init * optimize code * simnet optimize * fix DebugStringEx * optimize sum_op.h * add ScaleOpVarTypeInference * clean code * fix test_dist_transpiler.py * code optimize * modify delta * fix sparse update bug * dist test use one cpu * update some data * remove unused code * add use cuda config * unit test fix * unit test fix * unit test fix * unit test fix * dist_word2vec use CPU * unit test fix * unit test fix * code clean * code clean * merge develop * api spec update * Revert: api spec update * replace simnet data with fake * replace simnet data with fake * update dim * add batch auc * code clean * code clean * modify print to stderr * update simnet delta -> 1e-5 * update RUN_STEP * add use_reader_alloc * add use_reader_alloc * add use_reader_alloc * modify delta * add use_reader_alloc * fix stderr write * python3 compatibility test=develop * python3 compatibility, test=develop * Update dist_text_classification.py * test=develop
-
由 typhoonzero 提交于
This reverts commit 1d91a49d.
-
- 26 9月, 2018 3 次提交
-
-
由 Wu Yi 提交于
* hide operator API * update * update api.spec * fix merge * fix test
-
由 tensor-tang 提交于
test=develop
-
由 chengduo 提交于
* some trivial opt * remove the fix of lod_tensor and shrink_rnn_memory_op * refine ShrinkRNNMemoryOp test=develop
-
- 25 9月, 2018 9 次提交
-
-
由 Sylwester Fraczek 提交于
-
由 Sylwester Fraczek 提交于
-
由 Sylwester Fraczek 提交于
-
由 Sylwester Fraczek 提交于
-
由 Xin Pan 提交于
-
由 Xin Pan 提交于
-
由 Xin Pan 提交于
-
由 Xin Pan 提交于
-
由 Xin Pan 提交于
-
- 24 9月, 2018 1 次提交
-
-
由 dzhwinter 提交于
-
- 21 9月, 2018 2 次提交
-
-
由 chengduo 提交于
* add ShareLoDs * refine * add Is EmptyVarName * refine Sharedlod
-
由 Wu Yi 提交于
* wip * clean up * should fix running with memopt * add ut * mark lr schedule op role * hide lr_schedule_guard * use op_role_var instead of ufind * unify dist test name * wip for py3 support * fix var deref * fix python3 mem_opt order * remove comments
-