laiyongqiang
1c44a6edbe
don't eliminate nop node in getnext-memcpy elimination
5 年前
mindspore-ci-bot
c14048d05a
!1338 Chage op UnsortedSegmentMinD to UnsortedSegmentMin for GE.
Merge pull request !1338 from liuxiao/UnsortedSegmentMinD-UnsortedSegmentMin
5 年前
mindspore-ci-bot
3f23aa1d79
!1348 fix pylint warnings of parallel test cases
Merge pull request !1348 from yihuaijie/master
5 年前
mindspore-ci-bot
368007240c
!1320 add applyrmsprop cumprod and reduceprod for vm
Merge pull request !1320 from JichenZhao/applyrms_squaresumall_cumprod_reduceprod
5 年前
mindspore-ci-bot
889696bcab
!1331 delete dropoutgenmask and dropoutdomask when dropout prob equals 0 to enhance performance and adjust ci script
Merge pull request !1331 from yoonlee666/master-deletedropout
5 年前
mindspore-ci-bot
4bdfddedb2
!1358 Link child graphs
Merge pull request !1358 from zhoufeng/link-child-graph-2
5 年前
mindspore-ci-bot
62c716b68e
!1349 Fix some functions in group parameters and optimizer
Merge pull request !1349 from ghzl/add-group-check-for-lars
5 年前
mindspore-ci-bot
0ce15110eb
!1345 fix bug of print scalar
Merge pull request !1345 from fary86/fix_bug_of_print_scalar
5 年前
zhoufeng
af5019b94f
link child graphs
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 年前
fary86
5138c10c6c
fix bug of print scalar, not optimize depend when specializing
5 年前
mindspore-ci-bot
b06c802807
!1336 add conv2dbackpropinput eltwise fusion pass
Merge pull request !1336 from Etone.Chan/Resnet50
5 年前
Yi Huaijie
14fe72f383
fix pylint warnings
5 年前
mindspore-ci-bot
bd845dd0b7
!1352 [MD] fix bug when append data in mindrecord using absolute path
Merge pull request !1352 from liyong126/mindrecord_fix_bug_I1HQUI
5 年前
mindspore-ci-bot
9f079d4406
!1343 [pylint] clean pylint warning
Merge pull request !1343 from jinyaohui/pylint1
5 年前
mindspore-ci-bot
eed72dbf82
!1343 [pylint] clean pylint warning
Merge pull request !1343 from jinyaohui/pylint1
5 年前
jinyaohui
fbdba6e4da
clean pylint
5 年前
etone-chan
391a1fa6ac
add conv2dbackpropinput eltwise fusion pass
5 年前
liyong
447420eb9a
fix bug when append data by absolute path
5 年前
guohongzilong
2d2f9ba8fd
fix group parameter code for check
5 年前
zhaojichen
a42ec8f69f
add applyrmsprop op for vm
5 年前
liuxiao
68aca9ab52
UnsortedSegmentMinD->UnsortedSegmentMin
5 年前
mindspore-ci-bot
d9c74e0acd
!1328 Add 3 patterns support for LambNextMVWithDecay fusion pass
Merge pull request !1328 from huanghui/LambNextMvWithDecayRuleConds-fusion-pass
5 年前
mindspore-ci-bot
d6e930d737
!1337 test(custom_op): delete conv2d custom op.
Merge pull request !1337 from gongchen/del_conv2d_custom_op
5 年前
mindspore-ci-bot
58e6d7d950
!1341 Added lookup and vocab to mindspore.dataset.text
Merge pull request !1341 from ZiruiWu/vocab_and_lookup
5 年前
mindspore-ci-bot
decf12cd0b
!1317 [MD]add compress for nlp data in mindrecord
Merge pull request !1317 from liyong126/mindrecord_compress
5 年前
mindspore-ci-bot
274f6f014f
!1133 support tensor get value by tensor index
Merge pull request !1133 from zhangbuxue/support_tensor_get_value_by_tensor_index
5 年前
mindspore-ci-bot
0a795c24aa
!1245 add model init api to compile df graph before train
Merge pull request !1245 from wangnan39/add_model_init_api_to_compile_df_graph_before_train_and_eval
5 年前
mindspore-ci-bot
d0d85ced9e
!1301 Add tuple_getitem check for outputs of bn
Merge pull request !1301 from YuJianfeng/master
5 年前
jonwe
bb51bb88d7
add compress in mindrecord
5 年前
mindspore-ci-bot
2e3d55ed87
!1281 Implementation of SplitOp
Merge pull request !1281 from Peilin/splitOp
5 年前
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 年前
mindspore-ci-bot
0ca626ef6c
!1229 Init the slices of a Initializer on different devices
Merge pull request !1229 from yihuaijie/master
5 年前
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 年前
Tinazhang
e9e40b688b
Bug fix
5 年前
Zirui Wu
25ab2ef303
Implemented lookup and vocab
5 年前
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 年前
mindspore-ci-bot
ba01949d8f
!1306 Adding warning to sync_wait usage
Merge pull request !1306 from EricZ/master
5 年前
wangnan39@huawei.com
1ebf98b795
add model init api to compile df graph before exec
5 年前
mindspore-ci-bot
661715bad9
!1318 Fix batch error log too simple problem
Merge pull request !1318 from xiefangqi/xfq_fix_batch_log
5 年前
yoonlee666
12d9c71c83
delete dropout when prob equals 0 and adjust bert ci script
5 年前
mindspore-ci-bot
56c3fed30e
!1261 Incremental subgraph initialization
Merge pull request !1261 from changzherui/add_tensor_init
5 年前
mindspore-ci-bot
a8b2c5a0bc
!1335 check memcpy_async task src size and dst size
Merge pull request !1335 from caifubi/get-device-datatype-in-memcpy
5 年前
buxue
e490618db8
support tensor get value by tensor index
support tensor set value by tensor index
5 年前
mindspore-ci-bot
282963bdad
!1283 modify ckpt note
Merge pull request !1283 from changzherui/mod_ckpt_note
5 年前
mindspore-ci-bot
07b14f32b9
!1296 move signature to primitivepy and bprop_func to utils
Merge pull request !1296 from leopz/fix_primitive
5 年前
Yi Huaijie
7a5004cc49
init the slices of a Initialzer on different devices
5 年前
yujianfeng
e702e0bce8
Add tuple_getitem check for outputs of bn
5 年前
gongchen
36edbe411e
test(custom_op): Delete conv2d custom op.
5 年前
changzherui
f036c7e922
modify ckpt comment add init_parameters_data for load_checkpoint
5 年前
mindspore-ci-bot
817b0e4a59
!1289 add op register info for sin and cumsum
Merge pull request !1289 from GongLiyao/add_vm_support_sin_cumsum
5 年前