- 26 3月, 2019 2 次提交
-
-
由 Jiabin Yang 提交于
* add layer norm to Layers, add transformer prepare encoding * little change * finish encoder part * add decoder part * finish model part * add test case and part of data feed * add transformer test * add to_parameter, add remove in set_attr * test=develop, fix pos encoding bug, create_parameter with stantard name * test=develop, rm dropout test in imperative * test=develop, fix cpu error * test=develop, fix minize bug * test=develop, fix one hot not stop gradient * test=develop, fix one hot not stop gradient * test=develop, refine parameter name * test=develop, fix transformer test in imperative mode * test=develop, fix transformer test in imperative mode * test=develop, fix boost and mkl download error * test=develop, fix boost and mkl download error * test=develop, fix ci and refine code * test=develop, fix ci and refine code
-
由 whs 提交于
* Add fsp operator. 1 Add unitest. 2. Add python API. 3. Add layer test. * Add quantization strategy. 1. Add API. 2. Add unitest. * Add distillatoin strategy. * Add unitest config file for quantization * Fix Copyright test=develop * Fix setup.py * Fix document of layers.py. test=develop * Fix unitest in python3. test=develop * Fix documents. test=develop * 1. refine fsp op by batched gemm 2. remove unused import test=develop * Fix test_dist_se_resnext. 1. disable test distillation. 2. reset framework.py test=develop * Enable unitest of distillation after fixing Block._clone_variable test=develop * Fix cdn issue. test=develop
-
- 22 3月, 2019 1 次提交
-
-
由 qingqing01 提交于
-
- 21 3月, 2019 3 次提交
-
-
由 qingqing01 提交于
* Rewrite gradient ProtoMaker for affine_channel_op to remove the Output as the input. * Add act in Python API to make the act can be in-place by layer_help.py
-
由 phlrain 提交于
-
由 phlrain 提交于
-
- 19 3月, 2019 2 次提交
-
-
由 zhhsplendid 提交于
test=develop
-
由 ceci3 提交于
-
- 18 3月, 2019 1 次提交
-
-
由 Xin Pan 提交于
test=develop
-
- 15 3月, 2019 5 次提交
-
-
由 Xin Pan 提交于
test=develop
-
由 Aurelius84 提交于
-
由 ceci3 提交于
-
由 qingqing01 提交于
* Support Sync Batch Norm. * Note, do not enable it in one device. Usage: build_strategy = fluid.BuildStrategy() build_strategy.sync_batch_norm = True binary = fluid.compiler.CompiledProgram(tp).with_data_parallel( loss_name=loss_mean.name, build_strategy=build_strategy)
-
由 Aurelius84 提交于
-
- 14 3月, 2019 4 次提交
-
-
由 sneaxiy 提交于
test=develop
-
由 sneaxiy 提交于
test=develop
-
由 sneaxiy 提交于
test=develop
-
由 Zeng Jinle 提交于
test=develop
-
- 11 3月, 2019 2 次提交
- 09 3月, 2019 4 次提交
- 08 3月, 2019 3 次提交
- 06 3月, 2019 6 次提交
-
-
由 chengduo 提交于
* In some case, the input may have one than one negative value. test=develop * fix matmul bug test=develop
-
由 dengkaipeng 提交于
-
由 dengkaipeng 提交于
-
由 dengkaipeng 提交于
-
由 dengkaipeng 提交于
-
由 chengduo 提交于
* In some case, the input may have one than one negative value. test=develop * fix matmul bug test=develop
-
- 04 3月, 2019 7 次提交
-
-
由 dengkaipeng 提交于
-
由 dengkaipeng 提交于
-
由 dengkaipeng 提交于
-
由 dengkaipeng 提交于
-
由 Tink_Y 提交于
* fix image_resize annotation test=develop * fix some typo * Update nn.py * Update interpolate_op.cc test=develop
-
由 jerrywgz 提交于
-
由 jerrywgz 提交于
-