- 26 4月, 2019 2 次提交
-
-
由 ceci3 提交于
backward of backward: leaky_relu
-
由 Kaipeng Deng 提交于
-
- 25 4月, 2019 2 次提交
-
-
由 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
-
由 Yan Xu 提交于
implement dygraph.parallel.DataParallel to hook reduce op.
-
- 23 4月, 2019 2 次提交
-
-
由 Zeng Jinle 提交于
* make_conv_cudnn_ws_size_configurable, test=develop * change std::max to std::min test=develop
-
由 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.
-
- 22 4月, 2019 4 次提交
-
-
由 tangwei12 提交于
-
由 jerrywgz 提交于
-
由 qingqing01 提交于
* Speed affine_channel_op unit testing * Add check in tensor_py * Fix ONLY_CPU Compiling
-
由 jerrywgz 提交于
-
- 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
-
- 20 4月, 2019 1 次提交
-
-
由 Yibing Liu 提交于
* Support seq len equal to 0 in sequence ops test=develop * Add more test cases * Fix some comments test=develop * Fix py3 error test=develop
-
- 19 4月, 2019 1 次提交
-
-
由 Yibing Liu 提交于
* Check some shapes only in runtime test=develop * Follow review comments test=develop * Update API spec
-
- 18 4月, 2019 1 次提交
-
-
由 gongweibao 提交于
-
- 17 4月, 2019 3 次提交
-
-
由 tangwei12 提交于
* fix sampling id op bug, test=develop
-
由 Kevin 提交于
* fix overflow by int32 mul test=develop * fix reference nullptr * fix codestyle test=develop * modify to point in ContextProjectFunctor test=develop * modify to point in ContextProjectFunctor test=develop * modify . to -> test=develop
-
由 Yan Chunwei 提交于
test=develop
-
- 16 4月, 2019 22 次提交
-
-
由 tangwei12 提交于
* fix infershape in runtime * fix infershape in runtime test=develop * fix infershape in runtime
-
由 xuezhong 提交于
test=develop
-
由 phlrain 提交于
-
由 xuezhong 提交于
test=develop
-
由 xuezhong 提交于
test=develop
-
由 xuezhong 提交于
test=develop
-
由 xuezhong 提交于
test=develop
-
由 Yan Chunwei 提交于
test=develop
-
由 Leo Zhao 提交于
-
由 xuezhong 提交于
test=develop
-
由 guosheng 提交于
test=develop
-
由 tensor-tang 提交于
test=develop
-
由 tensor-tang 提交于
test=develop
-
由 superjomn 提交于
test=develop
-
由 superjomn 提交于
test=develop
-
由 minqiyang 提交于
test=develop
-
由 phlrain 提交于
-
由 liuwei1031 提交于
* scatter_op bug fix, test=develop * scatter_op bug fix, test=develop * scatter_op bug fix, test=develop
-
由 phlrain 提交于
-
由 heqiaozhi 提交于
test=develop
-
由 jerrywgz 提交于
-
由 Jacek Czaja 提交于
* - Reuse of conv PD - conv transpose pd reused - Added PD reusing of softmax and Batch Norm - Refactoring and removal of not needed routines of mkl-dnn ops test=develop - Fix to reusing conv test=develop - Lint fixes test=develop - Further lint fixes test=develop - Lint fixes test=develop - lint fixes test=develop - Lint workaround test=develop * - Fix after review on including boost as third party header test=develop * - Fix after review. Name change to something more descriptive test=develop
-
- 15 4月, 2019 1 次提交
-
-
由 liuwei1031 提交于
* optimize lstmp and sample_logits op, test=develop * update op_use_default_grad_op_maker.spec, test=develop * delete useless file,test=develop * append 0 to dim variable to avoid memory reusage, test=develop
-