- 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 17 次提交
-
-
由 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 提交于
-
由 liuwei1031 提交于
* add doc for memory_optimize, test=develop * update doc, test=develop * doc update, test=develop
-
由 wopeizl 提交于
* add parallel build script to ci test=develop * 1. classify the test case as single card/two cards/multiple cards type 2. run test case according to the run type
-
由 jerrywgz 提交于
-
由 Zeng Jinle 提交于
test=develop
-
由 qingqing01 提交于
* Speed affine_channel_op unit testing * Add check in tensor_py * Fix ONLY_CPU Compiling
-
由 jerrywgz 提交于
-
由 guomingz 提交于
Update the filter generation mechanism that it could generate the negative parameter. The original calling(np.random.random()) couldn't simulate the conv/relu fusion case. test=develop
-
由 wopeizl 提交于
test=develop
-
由 liuwei1031 提交于
* accelerate test_ir_memory_optimize_nlp, test=develop * accelerate test_ir_memory_optimize_nlp, test=develop
-
由 guomingz 提交于
Rename the testcuda function to has_cuda, it will elimate the unnecessary testing. test=develop
-
- 21 4月, 2019 1 次提交
-
-
由 Zeng Jinle 提交于
* speedup gc and inplace softmax_with_cross_entropy_grad test=develop * refine models gpu mem Merge skip vars and warning messages of mem opt remove relu mem opt test=develop * follow comments test=develop
-