sneaxiy
584c3f048f
fix sparse rmsprop
7 years ago
chengduo
d6747a9ac2
make check_graph choosable ( #13674 )
...
test=develop
7 years ago
Tao Luo
824a82d728
Merge pull request #13672 from luotao1/gen_fluid_library
...
reduce inference ci time
7 years ago
luotao1
d55d7e04fd
update libpaddle_fluid.so with zeroCopy
...
test=develop
7 years ago
Xin Pan
425a882165
Merge pull request #13643 from panyx0718/ir2
...
clean up channel
7 years ago
luotao1
a989a4e7c2
refine paddle_inference_helper.h
7 years ago
Jiabin Yang
2364494090
Merge pull request #13662 from JiabinYang/mac/fix_unittest_0927
...
disable this two unittests to accelerate Mac unit test
7 years ago
Xin Pan
642905958a
fix compile error
...
test=develop
7 years ago
Xin Pan
33b68fdf25
fix compile error
...
test=develop
7 years ago
tensor-tang
ede4b230be
Merge pull request #13553 from jczaja/prv-fused_embedding_fc_lstm_op
...
Adding fused_embedding_fc_lstm op
7 years ago
Jiabin Yang
618b3297e6
Merge pull request #13668 from JiabinYang/mac/fix_ci_unittest09272
...
fix random fail on test_api_impl
7 years ago
Xin Pan
6746b1fdf3
add missing header
...
test=develop
7 years ago
Dun
161c3e31f7
Optimization of Kernels that related to DeepLabv3+ ( #13534 )
...
* refine reduce by cub
* optimize KernelDepthwiseConvFilterGrad
* optimize depthwise conv and reduce mean and reduce sum
* fix bug: dilation
* cuda arch and cuda 8 compatible
7 years ago
Xin Pan
5fb72d840a
add header
...
test=develop
7 years ago
Xin Pan
ddd60581b7
clean up channel
...
test=develop
7 years ago
tensor-tang
2d0ff6a3c2
add vexp and unit test
7 years ago
tensor-tang
b3c63f40fa
add vscal and unit test
7 years ago
Xin Pan
3d339797fb
clean use_mkldnn options
...
Add API.spec
test=develop
7 years ago
Tao Luo
cfbd71c223
reduce inference ci time
...
test=develop
7 years ago
Tao Luo
83ca657f96
Merge branch 'develop' into resnet50_ut
7 years ago
Xin Pan
35b713c3fd
Merge pull request #13670 from typhoonzero/disable_dist_se_resnext
...
disable dist se resnet
7 years ago
typhoonzero
e6d357ff5d
disable dist se resnet
7 years ago
tensor-tang
0987f2b4d9
add vadd unit test
7 years ago
Jacek Czaja
e202f33aa9
- Yet another clarification to comment
...
test=develop
7 years ago
JiabinYang
358b386953
test=develop
7 years ago
tensor-tang
3d928d4f9d
refine and seepdup
7 years ago
qiaolongfei
c5292b181e
change py_reader_by_data to create_py_reader_by_data
7 years ago
Xin Pan
00ca94578c
Merge pull request #13657 from panyx0718/fix
...
Current scope needs to be thread-safe for training
7 years ago
Zeng Jinle
1cbaf71a68
Merge pull request #13620 from sneaxiy/fix_api_kwargs2
...
Hide out params in elementwise layers and scale layer
7 years ago
Tao Luo
21ee30595b
clean some CMakeLists
...
test=develop
7 years ago
dzhwinter
2d00e65819
namespace issue ( #13543 )
...
* flags
* "follow comment"
7 years ago
JiabinYang
9ae5baebfa
test=develop
7 years ago
Jiabin Yang
a5b20a9e37
Merge pull request #13651 from velconia/mac_py3
...
Fix pip install in mac
7 years ago
Jacek Czaja
1df69f7c9d
- Fix to comment
...
test=develop
7 years ago
Tao Luo
b31905c54d
Merge branch 'develop' into resnet50_ut
7 years ago
Tao Luo
1dcd6ee532
add resnet50 inference UT
7 years ago
Xin Pan
2c4b8393ce
Merge pull request #13573 from velconia/fix_api
...
Fix kwargs in clip and logical API
7 years ago
tensor-tang
77fc42d2d1
Merge remote-tracking branch 'ups/develop' into fea/jitkernel
7 years ago
Xin Pan
d24f1f0aa4
Current scope needs to be thread-safe for training
...
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
7 years ago
velconia
4a7b9f7833
Fix pip install in mac
...
test=develop
7 years ago
Wu Yi
7a5f3f750b
Fix memory optimization with dist train ( #13535 )
...
* show detail error log on ci
* test
* fix memopt and dist
* update apispec
* will fix different batch issue test=develop
7 years ago
Yan Chunwei
c8744d118d
fea/infer executor and concurrency performance issue bug fix ( #13451 )
...
- add naive executor
- fix concurrency performance issue
7 years ago
tensor-tang
2937314d8e
refine vmul and test
7 years ago
Dang Qingqing
f189bf6a42
Update API.spec
...
test=develop
7 years ago
Dang Qingqing
e79ad2ea87
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into quantize_transpiler_update
7 years ago
Jiabin Yang
643b6faa0c
Merge pull request #13631 from JiabinYang/mac/add_ci_job
...
Add ci job for Mac
7 years ago
qiaolongfei
1d618225a7
add py_reader_by_data to API.spec
7 years ago
tensor-tang
6c986e127a
fix macro and add vmul unit test
7 years ago
chengduo
5175b3cb2b
Add GraphChecker ( #13580 )
...
* add GraphNum
test=develop
* add graph number check in parallelExecutor
test=develop
* fix transformer_model bug
test=develop
* fix graph num
7 years ago
Jacek Czaja
910cd415f2
- Disabled embedding_fc_lstm_fuse by defult and
...
extended test_text_classification ot use new op
7 years ago
sneaxiy
31e67b9042
test=develop
7 years ago
minqiyang
7aa0247bd1
Regenerate API.spec
...
test=develop
7 years ago
qiaolongfei
85ddb5c76e
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-opyreader
7 years ago
Xin Pan
7cd2761736
Merge pull request #13416 from panyx0718/ir
...
PassBuilder
7 years ago
minqiyang
4c89137427
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_api
7 years ago
chengduo
43a3af86be
refine sgd_op ( #13626 )
...
test=develop
7 years ago
qiaolongfei
accf3f7505
optimize pyreader
7 years ago
Qiyang Min
adae0a3b54
Merge pull request #13627 from velconia/mac_py3
...
Make Mac support Python3
7 years ago
Xin Pan
2c01c2216a
Merge pull request #13531 from gongweibao/generator2
...
Hide kwargs
7 years ago
qingqing01
479ad4bb92
Merge branch 'develop' into quantize_transpiler_update
7 years ago
Yu Yang
0be1582df0
Merge pull request #13525 from reyoung/fix_mixed_vector
...
Fix mixed vector
7 years ago
Jacek Czaja
d5114c60b0
- Reviewers suggesstions to fused_embedding_fc_lstm_op
7 years ago
Jacek Czaja
7ab5626dee
- Added initial pass for embedding-fc-lstm
...
- 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
7 years ago
JiabinYang
6e26a45c89
test=develop
7 years ago
chengduo
4e81e22827
add op frequence ( #13328 )
7 years ago
qingqing01
fd4c4df93d
Cuda speed for generate_proposals_op. ( #13596 )
...
* Add CUDA implementation for generate_proposals_op.
* Clean code.
* Update code.
7 years ago
tensor-tang
8c69764d12
add vmul unit tests
7 years ago
velconia
1512cf247f
Polish code
...
test=develop
7 years ago
velconia
688ddc9095
Polish code
...
test=develop
7 years ago
velconia
d26d356de3
Make python3 only build in fluid only
7 years ago
tensor-tang
084893a9a9
add vadd kernel
7 years ago
wanghaoshuang
153d4f5d15
test=develop
7 years ago
wanghaoshuang
5d7395cd0f
Fix warning of roi perspective transform op.
7 years ago
Yan Chunwei
9e8d372ff4
hide attention lstm fuse ( #13615 )
7 years ago
Dang Qingqing
f7bd1761a0
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into quantize_transpiler_update
7 years ago
Tao Luo
e9bc5faab1
Merge pull request #13614 from luotao1/gen_capi
...
change the install prefix for capi
7 years ago
Wu Yi
10dffc68cd
Merge pull request #13618 from typhoonzero/revert_13530
...
Revert "Some trivial optimization (#13530 )"
7 years ago
sneaxiy
f1a08a3bab
test=develop
7 years ago
tangwei12
97cf1eb6d7
Add distributed unit tests about text_classification/simnet-bow/ctr ( #12812 )
...
* add dist ut for text_classification
* add dist ut for text_classification
* add simnet bow unittest
* add dist ut for simnet bow
* add trainning data url for simnet bow
* add trainning data url for simnet bow
* modify simnet test_reader to train reader
* add test_dist_ctr
* test_dist_ctr can run now
* dense update is good
* add unit test for selected rows
* debug unit test
* fix dist sparse update problem
* Constant args at init
* optimize code
* simnet optimize
* fix DebugStringEx
* optimize sum_op.h
* add ScaleOpVarTypeInference
* clean code
* fix test_dist_transpiler.py
* code optimize
* modify delta
* fix sparse update bug
* dist test use one cpu
* update some data
* remove unused code
* add use cuda config
* unit test fix
* unit test fix
* unit test fix
* unit test fix
* dist_word2vec use CPU
* unit test fix
* unit test fix
* code clean
* code clean
* merge develop
* api spec update
* Revert: api spec update
* replace simnet data with fake
* replace simnet data with fake
* update dim
* add batch auc
* code clean
* code clean
* modify print to stderr
* update simnet delta -> 1e-5
* update RUN_STEP
* add use_reader_alloc
* add use_reader_alloc
* add use_reader_alloc
* modify delta
* add use_reader_alloc
* fix stderr write
* python3 compatibility
test=develop
* python3 compatibility, test=develop
* Update dist_text_classification.py
* test=develop
7 years ago
typhoonzero
a4f7696a18
Revert "Some trivial optimization ( #13530 )"
...
This reverts commit 1d91a49d2f
.
7 years ago
tangwei12
85362e98dd
Batch AUC ( #13567 )
...
* add distributed auc
* add attr "is distributed" and config it
* add distributed auc
* add batch auc and code format
* code format
* auc optimize
* metric_op optimize
* code clean
* bug fix and code clean
* bug fix and code clean
* code optimize
* code optimize
* api spec update
* Comments optimized
* add mutex
* Revert: add mutex
* remove distribute metric
* remove distribute metric
* spec modifyed
* add annotation, test=develop
* keep API compatibility
test=develop
7 years ago
tensor-tang
6938e6cf06
Merge pull request #13603 from tensor-tang/refine/peephole
...
refine peephole
7 years ago
Zhaolong Xing
9b03d53543
Merge pull request #13469 from NHZlX/add_ut_for_trt
...
add ut of trt common models
7 years ago
Tao Luo
1e46c91a1b
change the install prefix for capi
...
test=develop
7 years ago
Wu Yi
16e73e0d28
hide operator API ( #12543 )
...
* hide operator API
* update
* update api.spec
* fix merge
* fix test
7 years ago
tensor-tang
eeff268a6c
clean and refine kernels
7 years ago
tensor-tang
dee5d35c20
refine vmul
7 years ago
tensor-tang
209e9c3db1
refine peephole
...
test=develop
7 years ago
JiabinYang
2d35fec233
test=develop
7 years ago
JiabinYang
87501e1a1c
Add mutable proc for mac run test
7 years ago
velconia
44c7beb0a6
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into mac_py3
7 years ago
velconia
671a948226
Add python3.5 support for mac
7 years ago
Dang Qingqing
d94920ce6f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into quantize_transpiler_update
7 years ago
chengduo
1d91a49d2f
Some trivial optimization ( #13530 )
...
* some trivial opt
* remove the fix of lod_tensor and shrink_rnn_memory_op
* refine ShrinkRNNMemoryOp
test=develop
7 years ago
ktlichkid
5093afced1
Fix bug in sequence_slice_op
7 years ago
Xin Pan
ebf9171df3
Merge pull request #13532 from panyx0718/infer
...
Add a test to load a full model and allow to to post-train from C++
7 years ago
nhzlx
6c81230683
update code for config change
...
test=develop
7 years ago
tensor-tang
92031968d7
init vmul kernel
7 years ago
tensor-tang
b9acbcc8c5
init lstm kernel
7 years ago
tensor-tang
c260bf942d
init jit kernel
7 years ago
nhzlx
5c57e15044
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_ut_for_trt
7 years ago
Tao Luo
f67483bf3b
add seq_conv UT ( #13517 )
...
* add multi_label UT
* rename, fix typo, add fuse_statis check
7 years ago
Tao Luo
c07b2a97a9
Merge pull request #13521 from Sand3r-/mgallus/fix-pooling-ceiled-size
...
Enable MKL-DNN in Analysis Predictor
7 years ago
Tao Luo
d0000082c4
Merge pull request #13552 from sfraczek/sfraczek/conv-relu-update
...
little update to conv relu fuse pass (fix)
7 years ago
dzhwinter
cc20867d49
flags ( #13542 )
7 years ago
dzhwinter
7806c5625f
fix enforce ( #13544 )
7 years ago
Michal Gallus
0e6b303f54
MKLDNN Pooling: inline functions handling ceiled mode
7 years ago
minqiyang
b1448ded40
Port clip and clip_by_norm op to nn and change API.sepc
7 years ago
Yu Yang
21bb9e91fc
Merge pull request #13201 from reyoung/revert_callstack
...
Revert "Revert "Add Python Callstacks when Op::Run error (#12759 )""
7 years ago
gongweibao
be97c47efc
merge
7 years ago
gongweibao
3dc54af2d3
merge
7 years ago
Michal Gallus
f465b03ef9
Enable MKLDNN in Analysis Predictor
...
Also fix MKL-DNN pooling integration for ceil mode
7 years ago
Xin Pan
cbdf9833e3
hide create_passes_from_strategy for now
7 years ago
Wu Yi
3fa68dc101
mac ci make install fix ( #13528 )
...
* mac ci make install fix
* fix build
* update
* update
7 years ago
Sylwester Fraczek
e5d1bd1e93
remove unused variable nodes2delete
7 years ago
Sylwester Fraczek
a49aa4dac9
make bias unnecessary for ConvRelu fuse
7 years ago
Sylwester Fraczek
493ef0c8df
do not remove conv node just rewire the output
7 years ago
Sylwester Fraczek
667b661786
updated the test
7 years ago
Zeng Jinle
2cd558fb36
Merge pull request #13561 from sneaxiy/fix_api_kwargs
...
[Urgent] Add out params to some apis
7 years ago
Yan Chunwei
e426cdae32
fix inference output with lod ( #13557 )
7 years ago
Xin Pan
bc1fa4fd6f
Merge pull request #13556 from panyx0718/doc
...
clean a few more kwargs
7 years ago
sneaxiy
48d82bd008
add out params
7 years ago
Dang Qingqing
b7146d60e4
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into quantize_transpiler_update
7 years ago
Yu Yang
46498bf1a0
Merge pull request #13508 from reyoung/hide_parameter
...
Hide parameter
7 years ago
gongweibao
6ba86617ba
Merge branch 'generator2' of https://github.com/gongweibao/Paddle into generator2
7 years ago
gongweibao
1113337764
merge
7 years ago
Xin Pan
7ba55aa294
fix CMAKE
7 years ago
Xin Pan
6974265292
support offline train
7 years ago
Yu Yang
606dfb13d5
Merge pull request #13442 from reyoung/feature/remove_trainer_api
...
Move trainer to contrib
7 years ago
Xin Pan
f117feab0c
modify comments
7 years ago
Yu Yang
7119d6c3cf
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into revert_callstack
7 years ago
Xin Pan
c2b3838cf5
add some comments
7 years ago
Yan Chunwei
5de14c6b96
refine inference api ( #13518 )
7 years ago
Wu Yi
aeb2dc2b05
Nccl2 dist API ( #13506 )
...
* add nccl2 dist api
* update apispec
* update
* update api spec
7 years ago
dzhwinter
c66a8d2cd8
add guide ( #13332 )
...
* add guide
* "fix doc"
* Update windows_inference.md
Looks like there is a little problem in markdown format writing of head lines
7 years ago
dzhwinter
24447ec517
flags ( #13541 )
7 years ago
dzhwinter
4fd5eb2255
"refine cmake" ( #13546 )
7 years ago
Xin Pan
0d9ee0dced
fix resolve conflicts
7 years ago
Xin Pan
b43e49fa31
fix
7 years ago
Xin Pan
afc603c108
update API.spec
7 years ago
Xin Pan
36c2a9af27
pass builder allow cutomize pass in python.
7 years ago
Xin Pan
355a2265a0
update API.spec
7 years ago
Xin Pan
eb1aeb175b
Merge pull request #13538 from baiyfbupt/softshrink
...
Remove kwargs in softshrink
7 years ago
dzhwinter
97636a9fcf
"fix link error" ( #13545 )
7 years ago
Jiabin Yang
efc2ac950c
Merge pull request #13527 from JiabinYang/mac/fix_mac_compile
...
fix roi_perspective_transform_op.cc unused variable caused error on Mac
7 years ago
Qiao Longfei
bcc7bff12f
Merge pull request #13488 from jacquesqiao/fix-img_conv_group-doc
...
fix img_conv_group doc
7 years ago
nhzlx
baae7e4f63
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_ut_for_trt
7 years ago
baiyf
3986242e5e
remove kwargs
7 years ago
Zeng Jinle
a8f66365c9
Merge pull request #13524 from sneaxiy/fix_api_kwargs
...
Remove kwargs in elementwise layers and scale layer
7 years ago
sneaxiy
70e70d7d38
fix api.spec
7 years ago
nhzlx
2763321684
fix comments
7 years ago
Yan Chunwei
90bc14da24
simple fix on inference tester helper ( #13507 )
7 years ago
sneaxiy
6724801884
fix conflict
7 years ago
Xin Pan
a54c423e61
Merge pull request #13512 from tensor-tang/remove/kwargs
...
remove kwargs of some activation api
7 years ago
chengduo
cdf3a4c244
Fix concat_op InferShape ( #13513 )
...
* add ShareLoDs
* refine
* add Is EmptyVarName
* refine Sharedlod
7 years ago
gongweibao
08b22cf1f5
Merge branch 'generator2' of https://github.com/gongweibao/Paddle into generator2
7 years ago
gongweibao
a30194743b
fix api
7 years ago
gongweibao
bee213e51f
fix conflict
7 years ago
gongweibao
54f685dbb1
add api
7 years ago
tensor-tang
b9d7bd487f
Merge branch 'develop' into remove/kwargs
7 years ago
sneaxiy
3ad3635de0
fix conflict
7 years ago
sneaxiy
3ee0a6489d
remove kwargs in python api
7 years ago
Xin Pan
6537b175c4
Merge pull request #13522 from wzzju/remove-kwargs
...
remove the kwargs of elu,relu6,pow,stanh,hard_sigmoid and swish
7 years ago
Zeng Jinle
f855c05fff
Merge pull request #13520 from sneaxiy/enhance_eager_delete
...
Enhance eager delete and sparse Adam
7 years ago
gongweibao
b619c5e655
merge
7 years ago
gongweibao
01396d91db
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into generator2
7 years ago
gongweibao
b07c563acf
clean
7 years ago
nhzlx
0514882bc5
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_ut_for_trt
7 years ago
nhzlx
1f6c9dbad4
fix typo
7 years ago
gongweibao
dda9c3556e
fix
7 years ago
JiabinYang
c324cdeff8
fix roi_perspective_transform_op.cc unused variable caused error on macos
7 years ago
Dang Qingqing
ba8ba3000b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into quantize_transpiler_update
7 years ago
Yu Yang
3043f51b3a
Merge pull request #13511 from reyoung/fix_ce
...
Revert "Merge pull request #13431 from chengduoZH/refine_lod"
7 years ago
gongweibao
ff47841796
fix
7 years ago
tensor-tang
6d2ce745a6
Merge remote-tracking branch 'ups/develop' into remove/kwargs
7 years ago
Yu Yang
f7af695801
Merge pull request #13505 from reyoung/fix_selected_rows_functor_test
...
Fix unstable selected_rows_functor_test.cu
7 years ago
Wu Yi
29c63d180f
[Feature] dist op role and lr op role, to support memory optimize with dist training ( #13220 )
...
* wip
* clean up
* should fix running with memopt
* add ut
* mark lr schedule op role
* hide lr_schedule_guard
* use op_role_var instead of ufind
* unify dist test name
* wip for py3 support
* fix var deref
* fix python3 mem_opt order
* remove comments
7 years ago
tensor-tang
f42a12dadc
Merge remote-tracking branch 'ups/develop' into remove/kwargs
...
fix conflicts
7 years ago
Yu Yang
e1913bc5d8
Fix MixedVector
7 years ago
tensor-tang
560ad776e3
update api spec
7 years ago
Dang Qingqing
cc94b157bf
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into quantize_transpiler_update
7 years ago
Tao Luo
dbf07982a7
Merge pull request #13498 from luotao1/for_test
...
use clone(for_test=True) replace get_inference_program
7 years ago
tensor-tang
567b711db9
remove kwargs of brelu, leaky_relu and soft_relu
7 years ago
whs
fc44087d31
Add roi perspective transform op. ( #13176 )
...
* Add roi perspective transform.
* Add roi_perspective_transform_op.
* Fix code style.
* Add python api and fix doc.
* Fix API.spec
* Fix python api.
* Fix API.spec
* Move src to detection.
7 years ago
tensor-tang
2582fecaf7
fix dtype
7 years ago
Zhen Wang
2b2337ee77
change the line 382 of API.spec
7 years ago
tensor-tang
215cdafeae
fix api spec order
7 years ago
Zhen Wang
26857692cd
remove the kwargs of elu,relu6,pow,stanh,hard_sigmoid and swish
7 years ago
sneaxiy
192c49cb07
modification
7 years ago
sneaxiy
03a99a8afa
Merge develop
7 years ago
sneaxiy
0a36ef3c18
enhance eager deletion
7 years ago
tensor-tang
3b7d9f7b83
remove kwargs of some activation api
7 years ago
Dang Qingqing
605907fe85
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into quantize_transpiler_update
7 years ago
Qiao Longfei
a32ad64484
Merge branch 'develop' into fix-img_conv_group-doc
7 years ago
Yu Yang
6d2c6f96f1
Revert "Revert "Merge pull request #13431 from chengduoZH/refine_lod""
...
This reverts commit a6c8d6b9a2
.
7 years ago
Xin Pan
f66d08c2e0
Merge pull request #13493 from panyx0718/doc
...
convert **kwargs to explicit arguments
7 years ago
Yu Yang
a6c8d6b9a2
Revert "Merge pull request #13431 from chengduoZH/refine_lod"
...
This reverts commit bd79e04667
, reversing
changes made to 6b4d290c18
.
7 years ago
nhzlx
f277f53c33
out of memory... i bet it's the last time commit for this pr
7 years ago
Yu Yang
3ef32b6754
Remove Parameter APIs
7 years ago
Zeng Jinle
7f1e312677
Merge pull request #13456 from sneaxiy/refine_sparse_adam
...
Fix sparse Adam and Gradient clip of SelectedRows
7 years ago