- 18 10月, 2018 1 次提交
-
-
由 tangwei12 提交于
-
- 17 10月, 2018 2 次提交
-
-
由 Yan Chunwei 提交于
-
由 Xin Pan 提交于
test=develop
-
- 16 10月, 2018 2 次提交
- 15 10月, 2018 7 次提交
- 13 10月, 2018 1 次提交
-
-
由 Xin Pan 提交于
-
- 12 10月, 2018 2 次提交
-
-
由 Sylwester Fraczek 提交于
test=develop
-
由 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
-
- 11 10月, 2018 1 次提交
-
-
由 Tao Luo 提交于
-
- 10 10月, 2018 3 次提交
-
-
由 Michal Gallus 提交于
test=develop
-
由 Sylwester Fraczek 提交于
test=develop
-
由 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 4 次提交
-
-
由 Sylwester Fraczek 提交于
review fix review from hshen14 fix test=develop fix error in broadcast and code cleanup rename bias -> eltwise and added macro to shorten code formatting
-
由 Xin Pan 提交于
test=develop
-
由 Xin Pan 提交于
test=develop
-
由 dzhwinter 提交于
* "fix operators cmake" * "rerun ci" test=develop
-
- 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 3 次提交
-
-
由 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
-