- 26 4月, 2019 5 次提交
-
-
由 tangwei12 提交于
-
由 chengduo 提交于
test=develop
-
由 ceci3 提交于
backward of backward: leaky_relu
-
由 Kaipeng Deng 提交于
-
由 Tao Luo 提交于
test=develop
-
- 25 4月, 2019 6 次提交
-
-
由 whs 提交于
Speedup roi_perspective_transform op by caching the information of linear interpolation in forward (#17090) * Cache the information of linear interpolation in forward and use it in backward. test=develop * Fix cuda kernel. test=develop
-
由 Zeng Jinle 提交于
test=develop
-
由 Yibing Liu 提交于
* Init mixed precision training interface * Add fp16 test script test=develop * All initializers support float16 test=develop * Code cleanup & add more code annotations test=develop * Update API spec test=develop * Add usage example in doc test=develop
-
由 Yan Xu 提交于
implement dygraph.parallel.DataParallel to hook reduce op.
-
由 tangwei12 提交于
* implement distributed transpiler with fleet
-
由 tangwei12 提交于
-
- 24 4月, 2019 8 次提交
-
-
由 Zhen Wang 提交于
add checkpoint functions for graph. test=develop
-
由 Tao Luo 提交于
fix runtime_context_cache bug when gpu model has an op runs only on cpu
-
由 wopeizl 提交于
1. specify the cuda arch name and bin to decrease the compile time for inference test=develop 2. simplify the script and add comments 3. remove the fluid process from cicheck
-
由 XiaoguangHu 提交于
update pip version in Readme to 1.4.1
-
由 Cheerego 提交于
test=develop
-
由 chengduo 提交于
test=develop
-
由 XiaoguangHu 提交于
update Readme and releasenote for 1.4.1
-
- 23 4月, 2019 14 次提交
-
-
由 chengduo 提交于
* Add fuse momenutum ops
-
由 guru4elephant 提交于
fix nccl wrapper on windows
-
由 tangwei12 提交于
-
由 luotao1 提交于
test=develop
-
由 Zeng Jinle 提交于
* make_conv_cudnn_ws_size_configurable, test=develop * change std::max to std::min test=develop
-
由 jerrywgz 提交于
fix potential hung in generate proposals, test=develop
-
由 Kaipeng Deng 提交于
fix split for dimension judgment
-
由 Tao Luo 提交于
update ngraph version
-
由 tink2123 提交于
test=develop
-
由 shanyi15 提交于
-
由 chengduo 提交于
test=develop
-
由 Tao Luo 提交于
reduce unittest time by rename testcuda to has_cuda
-
由 qingqing01 提交于
Support backward of backward for Relu and add a new gradient checker by comparing theoretical and numerical Jacobian. (#16862) * Support backward of backward and a new gradient checker * Rename decorators.py to decorator_helper.py, since Python on Windows CI has decorators package. 1. Add ReluDoubleGradMaker when register relu_grad. 2. Add a new gradient checker by comparing theoretical and numerical Jacobian. Check double gradients by double_grad_check.
-
由 lujun 提交于
fix bug in save, test=develop
-
- 22 4月, 2019 7 次提交
-
-
由 Zeng Jinle 提交于
* move gc test to op_test test=develop * Revert "move gc test to op_test" This reverts commit cf15da65c38f57c91f53b3d8b3c2365d4aa86016. * enable gc test in some ops test=develop
-
由 tangwei12 提交于
-
由 jerrywgz 提交于
enhance generate proposal labels, test=develop
-
由 chengduo 提交于
* fix ramdom fail test=develop
-
由 tianshuo78520a 提交于
* fix cmakelist detecting problems
-
由 Tao Luo 提交于
test=develop
-
由 Zhen Wang 提交于
-