Commit Graph

2419 Commits

Author SHA1 Message Date
liyong 447420eb9a fix bug when append data by absolute path 2020-05-22 11:27:56 +08:00
mindspore-ci-bot d9c74e0acd !1328 Add 3 patterns support for LambNextMVWithDecay fusion pass
Merge pull request !1328 from huanghui/LambNextMvWithDecayRuleConds-fusion-pass
2020-05-22 10:35:17 +08:00
mindspore-ci-bot d6e930d737 !1337 test(custom_op): delete conv2d custom op.
Merge pull request !1337 from gongchen/del_conv2d_custom_op
2020-05-22 10:20:46 +08:00
mindspore-ci-bot 58e6d7d950 !1341 Added lookup and vocab to mindspore.dataset.text
Merge pull request !1341 from ZiruiWu/vocab_and_lookup
2020-05-22 10:19:42 +08:00
mindspore-ci-bot decf12cd0b !1317 [MD]add compress for nlp data in mindrecord
Merge pull request !1317 from liyong126/mindrecord_compress
2020-05-22 10:05:09 +08:00
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
2020-05-22 10:02:35 +08:00
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
2020-05-22 09:51:19 +08:00
mindspore-ci-bot d0d85ced9e !1301 Add tuple_getitem check for outputs of bn
Merge pull request !1301 from YuJianfeng/master
2020-05-22 09:46:19 +08:00
jonwe bb51bb88d7 add compress in mindrecord 2020-05-22 09:37:51 +08:00
mindspore-ci-bot 2e3d55ed87 !1281 Implementation of SplitOp
Merge pull request !1281 from Peilin/splitOp
2020-05-22 09:29:03 +08:00
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
2020-05-22 09:18:49 +08:00
mindspore-ci-bot 0ca626ef6c !1229 Init the slices of a Initializer on different devices
Merge pull request !1229 from yihuaijie/master
2020-05-22 08:57:58 +08:00
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
2020-05-21 20:42:51 -04:00
Tinazhang e9e40b688b Bug fix 2020-05-21 18:20:00 -04:00
Zirui Wu 25ab2ef303 Implemented lookup and vocab 2020-05-21 17:17:24 -04:00
mindspore-ci-bot 46949fc327 !1307 Cleanup dataset UT: unskip and enhance TFRecord sharding tests
Merge pull request !1307 from cathwong/ckw_dataset_ut_unskip2
2020-05-22 03:21:45 +08:00
mindspore-ci-bot ba01949d8f !1306 Adding warning to sync_wait usage
Merge pull request !1306 from EricZ/master
2020-05-21 22:55:09 +08:00
wangnan39@huawei.com 1ebf98b795 add model init api to compile df graph before exec 2020-05-21 22:21:49 +08:00
mindspore-ci-bot 661715bad9 !1318 Fix batch error log too simple problem
Merge pull request !1318 from xiefangqi/xfq_fix_batch_log
2020-05-21 22:18:10 +08:00
mindspore-ci-bot 56c3fed30e !1261 Incremental subgraph initialization
Merge pull request !1261 from changzherui/add_tensor_init
2020-05-21 21:31:12 +08:00
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
2020-05-21 21:09:10 +08:00
buxue e490618db8 support tensor get value by tensor index
support tensor set value by tensor index
2020-05-21 21:05:35 +08:00
mindspore-ci-bot 282963bdad !1283 modify ckpt note
Merge pull request !1283 from changzherui/mod_ckpt_note
2020-05-21 21:04:37 +08:00
mindspore-ci-bot 07b14f32b9 !1296 move signature to primitivepy and bprop_func to utils
Merge pull request !1296 from leopz/fix_primitive
2020-05-21 20:44:59 +08:00
Yi Huaijie 7a5004cc49 init the slices of a Initialzer on different devices 2020-05-21 20:43:15 +08:00
yujianfeng e702e0bce8 Add tuple_getitem check for outputs of bn 2020-05-21 20:40:44 +08:00
gongchen 36edbe411e test(custom_op): Delete conv2d custom op. 2020-05-21 20:37:03 +08:00
changzherui f036c7e922 modify ckpt comment add init_parameters_data for load_checkpoint 2020-05-21 20:29:16 +08:00
mindspore-ci-bot 817b0e4a59 !1289 add op register info for sin and cumsum
Merge pull request !1289 from GongLiyao/add_vm_support_sin_cumsum
2020-05-21 20:25:53 +08:00
changzherui c23731e592 Incremental subgraph initialization 2020-05-21 20:20:57 +08:00
mindspore-ci-bot d6793ca9d4 !1325 Fix MD print too many MS_LOG(INFO) problem
Merge pull request !1325 from xiefangqi/xfq_fix_MSINFO
2020-05-21 20:02:22 +08:00
caifubi 5a447c9adc fix memcpy_async dst size less than src size 2020-05-21 19:50:20 +08:00
mindspore-ci-bot c964916e20 !1254 change runtime stream type from uintptr_t to void*
Merge pull request !1254 from caifubi/change-uintprt_t-to-void-ptr
2020-05-21 19:42:46 +08:00
mindspore-ci-bot ab6bc60d98 !1314 Using context variable instead of environment variable in profiling
Merge pull request !1314 from caifubi/using-context-instead-of-env
2020-05-21 19:37:23 +08:00
xiefangqi 25bb3960d4 add detail batch error to log 2020-05-21 18:55:05 +08:00
mindspore-ci-bot 332e4de1b9 !1316 Mimic numpy behavior when min == max and give warnings when too large
Merge pull request !1316 from 李鸿章/summary_handle_error
2020-05-21 17:58:56 +08:00
zhouneng 218ade30b2 add vm support sin and cumsum 2020-05-21 17:26:01 +08:00
huanghui eaff850f11 add 3 patterns for lamb_next_mv_with_decay_rule pass 2020-05-21 17:00:15 +08:00
mindspore-ci-bot 2224fa093b !1302 Complete vm ops for BinaryCrossEntropy and BinaryCrossEntropyGrad
Merge pull request !1302 from lihongkang/master
2020-05-21 17:00:09 +08:00
mindspore-ci-bot b96a2ed816 !1312 support vm for erfc
Merge pull request !1312 from jiangjinsheng/vm_erfc
2020-05-21 16:59:56 +08:00
mindspore-ci-bot beb3cadb75 !1327 fix resnet cifar 1p test case device error
Merge pull request !1327 from chujinjin/fix_cifar_1p_test
2020-05-21 16:59:09 +08:00
mindspore-ci-bot ead44feb4e !1311 support function of incremental training
Merge pull request !1311 from chengxb7532/master
2020-05-21 16:38:20 +08:00
mindspore-ci-bot d3359081e0 !1323 add make_tuple before return as graph outputs in ConstructKernelGraph
Merge pull request !1323 from wenchunjiang/supplyment_for_construct_graph
2020-05-21 16:34:39 +08:00
mindspore-ci-bot f0096d1624 !1321 fix codex and reviewbot
Merge pull request !1321 from rick_sanchez/master
2020-05-21 16:30:28 +08:00
mindspore-ci-bot 2b2e801912 !1285 fix dropout error in pynative mode
Merge pull request !1285 from chujinjin/fix_dropout_in_pynative
2020-05-21 16:19:52 +08:00
mindspore-ci-bot bddd743ca9 !1304 Add check for controldepend
Merge pull request !1304 from amongo/AddCheckForControlDepend
2020-05-21 16:09:46 +08:00
mindspore-ci-bot ca74e624e2 !1322 [AutoParallel] Memory verification changes from total to per device
Merge pull request !1322 from Chong/support_squeeze_and_reduce
2020-05-21 15:51:35 +08:00
chujinjin 668c18c42c fix cifar 1p test 2020-05-21 15:48:57 +08:00
mindspore-ci-bot 6b171e4d6f !1324 [Data]Modify Jieba path url with .tar.gz
Merge pull request !1324 from xulei/cppjieba0518
2020-05-21 15:39:42 +08:00
xiefangqi 394aeb0360 fix too much MS_LOG(INFO) in MD 2020-05-21 15:07:53 +08:00