- 29 9月, 2018 5 次提交
-
-
由 Jiabin Yang 提交于
disable this two unittests to accelerate Mac unit test
-
由 tensor-tang 提交于
Adding fused_embedding_fc_lstm op
-
由 Jiabin Yang 提交于
fix random fail on test_api_impl
-
由 qingqing01 提交于
-
由 Dun 提交于
* refine reduce by cub * optimize KernelDepthwiseConvFilterGrad * optimize depthwise conv and reduce mean and reduce sum * fix bug: dilation * cuda arch and cuda 8 compatible
-
- 28 9月, 2018 21 次提交
-
-
由 Xin Pan 提交于
disable dist se resnet
-
由 typhoonzero 提交于
-
由 Jacek Czaja 提交于
test=develop
-
由 JiabinYang 提交于
-
由 Xin Pan 提交于
Current scope needs to be thread-safe for training
-
由 Zeng Jinle 提交于
Hide out params in elementwise layers and scale layer
-
由 Qingsheng Li 提交于
* Yuyang fix global gradient clip * Share LoDs * Revert unnecessary changes * Fix bug in sequence_slice_op
-
由 dzhwinter 提交于
* flags * "follow comment"
-
由 JiabinYang 提交于
-
由 Jiabin Yang 提交于
Fix pip install in mac
-
由 Jacek Czaja 提交于
test=develop
-
由 Xin Pan 提交于
Fix kwargs in clip and logical API
-
由 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
-
由 velconia 提交于
test=develop
-
由 Wu Yi 提交于
* show detail error log on ci * test * fix memopt and dist * update apispec * will fix different batch issue test=develop
-
由 Yan Chunwei 提交于
- add naive executor - fix concurrency performance issue
-
由 Xin Pan 提交于
Fixed-point quantize transpiler.
-
由 Dang Qingqing 提交于
test=develop
-
-
由 Dang Qingqing 提交于
test=develop
-
由 Jiabin Yang 提交于
Add ci job for Mac
-
- 27 9月, 2018 14 次提交
-
-
由 Xin Pan 提交于
clean v2 usage
-
由 chengduo 提交于
* add GraphNum test=develop * add graph number check in parallelExecutor test=develop * fix transformer_model bug test=develop * fix graph num
-
由 Jacek Czaja 提交于
extended test_text_classification ot use new op
-
由 sneaxiy 提交于
-
由 minqiyang 提交于
test=develop
-
由 Xin Pan 提交于
PassBuilder
-
-
由 chengduo 提交于
test=develop
-
由 Qiyang Min 提交于
Make Mac support Python3
-
由 Xin Pan 提交于
Hide kwargs
-
由 qingqing01 提交于
-
由 Yu Yang 提交于
Fix mixed vector
-
由 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
-