mindspore-ci-bot
39b9aedf68
!1342 Bug fix on issue Core dump on GPU when train with lenet with AU
Merge pull request !1342 from Tinazhang/cc
5 years ago
mindspore-ci-bot
0ca626ef6c
!1229 Init the slices of a Initializer on different devices
Merge pull request !1229 from yihuaijie/master
5 years ago
Peilin Wang
71e8bb1960
general split case done, chaining sampler (basic case) is working
implementation 99% complete
everything and tested except for repeatable shuffling
tested most basic/typical split usecases
cleanup
some more cleanup
fix CI
more ci fix
more ci fixes
more ci fix
more ci fix
more ci fix
added more tests, fixed some bugs
some more clean up and test cases
added shard/shuffle before split warning/error
addressed code review comments and ci
fixed ci
5 years ago
Tinazhang
e9e40b688b
Bug fix
5 years ago
Zirui Wu
25ab2ef303
Implemented lookup and vocab
5 years ago
mindspore-ci-bot
46949fc327
!1307 Cleanup dataset UT: unskip and enhance TFRecord sharding tests
Merge pull request !1307 from cathwong/ckw_dataset_ut_unskip2
5 years ago
wangnan39@huawei.com
1ebf98b795
add model init api to compile df graph before exec
5 years ago
yoonlee666
12d9c71c83
delete dropout when prob equals 0 and adjust bert ci script
5 years ago
buxue
e490618db8
support tensor get value by tensor index
support tensor set value by tensor index
5 years ago
mindspore-ci-bot
07b14f32b9
!1296 move signature to primitivepy and bprop_func to utils
Merge pull request !1296 from leopz/fix_primitive
5 years ago
Yi Huaijie
7a5004cc49
init the slices of a Initialzer on different devices
5 years ago
gongchen
36edbe411e
test(custom_op): Delete conv2d custom op.
5 years ago
zhouneng
218ade30b2
add vm support sin and cumsum
5 years ago
huanghui
eaff850f11
add 3 patterns for lamb_next_mv_with_decay_rule pass
5 years ago
mindspore-ci-bot
2224fa093b
!1302 Complete vm ops for BinaryCrossEntropy and BinaryCrossEntropyGrad
Merge pull request !1302 from lihongkang/master
5 years ago
mindspore-ci-bot
b96a2ed816
!1312 support vm for erfc
Merge pull request !1312 from jiangjinsheng/vm_erfc
5 years ago
mindspore-ci-bot
beb3cadb75
!1327 fix resnet cifar 1p test case device error
Merge pull request !1327 from chujinjin/fix_cifar_1p_test
5 years ago
mindspore-ci-bot
bddd743ca9
!1304 Add check for controldepend
Merge pull request !1304 from amongo/AddCheckForControlDepend
5 years ago
chujinjin
668c18c42c
fix cifar 1p test
5 years ago
mindspore-ci-bot
e4795974be
!1266 Refactor LambNextMVWithDecayRule fusion pass
Merge pull request !1266 from huanghui/LambNextMvWithDecayRuleConds-fusion-pass
5 years ago
mindspore-ci-bot
19c200e9cc
!1280 pylint clean
Merge pull request !1280 from liubuyu/master
5 years ago
zhangdengcheng
9fbc519ebb
Add graph attention networks model and test file
5 years ago
huanghui
5a68eba585
Refactor LambNextMVWithDecayRule fusion pass
5 years ago
jiangjinsheng
2d3cd8276e
vm for erfc
5 years ago
qianlong
451c20a6f5
Add UnicodeCharTokenizer for nlp
5 years ago
mindspore-ci-bot
93e7c97a96
!1272 [Dataset] MindData Tree Optimizer Infrastructure
Merge pull request !1272 from JunhanHu/minddata_opt
5 years ago
Cathy Wong
b78894e02b
Cleanup dataset UT: unskip and enhance TFRecord sharding tests
5 years ago
Junhan Hu
f44d213503
MindData optimizer infrastructure.
5 years ago
huangdongrun
3e2074b113
add check for ControlDepend
5 years ago
mindspore-ci-bot
233508b70e
!1250 Dict_setitem transofrm to tuple_setitem
Merge pull request !1250 from amongo/SupportDictSetItemTransform
5 years ago
lihongkang
cf543382aa
add vms for binarycrossentropy and binarycrossentropygrad
5 years ago
leopz
04763b8b76
move signature to primitivepy and bprop_func to utils
5 years ago
mindspore-ci-bot
183144e135
!1282 support vm for PReLU and PReLUGrad
Merge pull request !1282 from jiangjinsheng/vm_prelu
5 years ago
xulei2020
163b6b7ea7
add jieba c++ code
5 years ago
mindspore-ci-bot
aa1cee113d
!1279 test(custom_op): clean up custom op test case.
Merge pull request !1279 from gongchen/fix_custom_op_case
5 years ago
mindspore-ci-bot
89470cf29d
!1263 Modified clip_gradients to clip_grad
Merge pull request !1263 from Kang/master
5 years ago
mindspore-ci-bot
1ba8e052f8
!1125 support vm for space_to_depth
Merge pull request !1125 from jiangjinsheng/space_to_depth
5 years ago
Kang
bfff7c0a2f
Modified clip_gradients to clip_grad
5 years ago
mindspore-ci-bot
97ba539e7b
!1269 fix issue of loadding control input tensors failed in control sink mode
Merge pull request !1269 from wenchunjiang/fix_task_sink_bug
5 years ago
jiangjinsheng
ce09f5e15a
vm for prelu and prelugrad
5 years ago
liubuyu
37be555a81
pylint clean
5 years ago
gongchen
44458865b6
test(custom_op): Clean up custom op test case.
5 years ago
wenchunjiang
729ea8cc55
fix bug of loadding ctrl input tensors failed in control sink mode
5 years ago
mindspore-ci-bot
6ffb3c97cd
!1058 add host cpu kernel: GatherV2/Concat/Slice/SliceGrad
Merge pull request !1058 from sunsuodong/lstm_ops
5 years ago
mindspore-ci-bot
b391e43407
!1262 fix bert precision bug
Merge pull request !1262 from wanghua/master
5 years ago
mindspore-ci-bot
04ac611fe8
!1189 Decoupling py default param from Parameter
Merge pull request !1189 from leopz/master
5 years ago
huangdongrun
3cf94daefc
add support for dict setitem operation
format code
remove save_graph
raise exception when dictionary setitem if the key not exists
resolve error
remove unnessary op_
5 years ago
jiangjinsheng
ba99cb7bcb
support vm for space_to_depth
5 years ago
Tinazhang
17cecf2cf5
Added TCs to RandomCrop and RandomCropAndResize and modified visalize() calling
5 years ago
mindspore-ci-bot
fe8b59f26b
!1111 support vm for pack and unpack
Merge pull request !1111 from jiangjinsheng/vm_pack
5 years ago