Commit Graph

3981 Commits

Author SHA1 Message Date
mindspore-ci-bot bdb7d0fd01 fix cpu sub op input not match
Merge pull request  from dengwentao/fix_sub_op
2020-06-20 11:25:49 +08:00
mindspore-ci-bot b8a21ac6e8 quantization aware training for lenet readme.md update
Merge pull request  from chenzhongming/abc
2020-06-20 11:25:01 +08:00
mindspore-ci-bot 067a838e87 modify export phase
Merge pull request  from jinyaohui/export
2020-06-20 11:08:50 +08:00
mindspore-ci-bot 8d34c65592 modify alexnet shell def get_lr args
Merge pull request  from changzherui/mod_alexnet
2020-06-20 10:54:57 +08:00
mindspore-ci-bot e8639ad91e support multi param for tuple grad
Merge pull request  from riemann_penn/support_multi_param_for_tuple_grad
2020-06-20 10:30:37 +08:00
mindspore-ci-bot 88a3c0fa53 remove ftrl operator st on pynative mode
Merge pull request  from zyli2020/change_ftrl_op_st
2020-06-20 10:17:01 +08:00
chenzomi 5aa12b7aa3 quantization aware training for lenet readme.md update 2020-06-20 10:16:39 +08:00
mindspore-ci-bot d4d0faaad9 Fix code review problems of session
Merge pull request  from chenfei_mindspore/code-review-of-session
2020-06-20 10:15:59 +08:00
mindspore-ci-bot 27a0aa406b Fix computation of sparse_apply_proximal_adagrad
Merge pull request  from YuJianfeng/proximal
2020-06-20 10:10:36 +08:00
mindspore-ci-bot adb223925d enlarge memory to support bert large pretraining with 96 bs
Merge pull request  from yoonlee666/edit-example
2020-06-20 09:54:13 +08:00
mindspore-ci-bot e447a9c7fb add_src_dir
Merge pull request  from wukesong/add_src_dir
2020-06-20 09:50:59 +08:00
mindspore-ci-bot bbf69912be fix TextFildDataset and CLUEDataset does not support to_device
Merge pull request  from yanghaitao/yht_fix_textfiledataset
2020-06-20 09:47:01 +08:00
mindspore-ci-bot 634bfd3508 add Normal op
Merge pull request  from pkuliuliu/master
2020-06-20 09:33:38 +08:00
mindspore-ci-bot d137cefa79 Cleanup work for BERT special ops
Merge pull request  from h.farahat/cleanup_0619
2020-06-20 09:25:56 +08:00
lizhenyu eb68c9953d change ftrl operator st 2020-06-20 09:24:10 +08:00
mindspore-ci-bot cb3bbf3c7a add auto create graph for aware quantization training demo
Merge pull request  from chenzhongming/abc
2020-06-20 09:23:38 +08:00
mindspore-ci-bot 2f9c6ec8bc aware quantization training auto create graph
Merge pull request  from chenzhongming/master
2020-06-20 09:23:14 +08:00
pkuliuliu acf46bafbb add Normal op 2020-06-20 09:23:13 +08:00
mindspore-ci-bot e4298d7d47 fix the problem of BatchNorm config failure at Amp O3 level and some unexpected indent
Merge pull request  from liangzelang/master
2020-06-20 09:20:15 +08:00
mindspore-ci-bot 9514b52a23 Add a callback named SummaryCollector and delete SummaryStep callback
Merge pull request  from ougongchang/master
2020-06-20 09:19:10 +08:00
mindspore-ci-bot 5dac9c4c30 fix codex/reviewbot
Merge pull request  from kisnwang/fix-codex-reviewbot
2020-06-20 09:10:40 +08:00
panyifeng 3c2057297e support multi param for tuple grad 2020-06-20 08:39:42 +08:00
hesham 674415f7be Cleanup work for Concate, Mask, Slice, PadEnd and TruncatePair 2020-06-19 19:11:50 -04:00
mindspore-ci-bot bc4b1c2460 Comments + improved casting/parameters + UT tests for 3 AugOps (Augmentation Ops RandomCropWithBBox, Random Vertical FlipWithWithBBox and Random CropAndResizeWithWithBBox)
Merge pull request  from danishnxt/AugOpsD1
2020-06-20 05:19:03 +08:00
mindspore-ci-bot 9d3e0696d5 Fix api doc of dataset build_vocab
Merge pull request  from pengyanjun/fix_dataset_public_api_build_vocab
2020-06-20 04:52:30 +08:00
mindspore-ci-bot 7bdcc319b2 Addressing comments from PR2314
Merge pull request  from imaaamin/object_ops_pr2
2020-06-20 04:50:56 +08:00
Danish Farid 6442a85b75 comments added, ptrs to consts, UT tests for BBOps
updated comments for 3 BB AugOps

addressing comments, void -> status, macros added, fixed test cmt

changed types -> value, fixed ut test funcs, grammar

bug type fix

fixed condition in tests for viz
2020-06-19 16:09:16 -04:00
mindspore-ci-bot 01706d4386 Missing Tests
Merge pull request  from nhussain/missing_concat_test
2020-06-20 03:44:56 +08:00
islam_amin edc42c5b85 addressed comments from reviews 2020-06-19 14:53:46 -04:00
nhussain d89101b95f add missing test 2020-06-19 11:44:41 -04:00
changzherui 6c324b58d6 modify alexnet get_lr args 2020-06-19 22:33:08 +08:00
mindspore-ci-bot 46c8ef28de fix example error of HostReduceScatter
Merge pull request  from yihuaijie/master
2020-06-19 22:11:02 +08:00
chenzomi c268c88220 aware quantization training auto create graph 2020-06-19 22:01:16 +08:00
chenfei 1b01966130 code review repair for new control sink 2020-06-19 21:30:40 +08:00
ougongchang 939cd29d7e Add a callback named SummaryCollector and delete SummaryStep callback
I added a SummaryCollector to help users automatically collect information
such as the network, loss, learning rate and so on, making it easier to collect this information.

It also can collect train lineage and eval lineage information which is
collected by TrainLineage Callback and EvalLineage Callback in
MindInsight.

I also add some UT for SummaryCollect to keep the code correct.
2020-06-19 21:07:55 +08:00
mindspore-ci-bot 722eafcac6 dataset: repair problem in GetRow that acess vector size failed
Merge pull request  from ms_yan/GetRow_fail
2020-06-19 21:03:07 +08:00
chenzomi 27c3b6d5b3 add auto create graph for aware quantization training demo 2020-06-19 20:44:43 +08:00
yoonlee666 cfae890ca0 support bert large pretrain with 96 bs 2020-06-19 20:28:01 +08:00
wukesong 367a51aeeb add src dir 2020-06-19 20:14:37 +08:00
Yanjun Peng d14443f123 fix dataset public api build_vocab 2020-06-19 19:08:51 +08:00
mindspore-ci-bot c55b81e94f fix image.CenterCrop.
Merge pull request  from liuxiao/central_crop
2020-06-19 17:58:02 +08:00
mindspore-ci-bot 3e299270d6 fix loop size error when exec train after model init
Merge pull request  from wangnan39/fix_error_about_data_loop_size
2020-06-19 17:51:11 +08:00
mindspore-ci-bot 21c67eddd5 save print data to file
Merge pull request  from jinyaohui/print
2020-06-19 17:50:34 +08:00
kswang 2a8f0a75be fix review code 2020-06-19 17:40:18 +08:00
mindspore-ci-bot 108021b110 Fix some mistakes of TransData vm ops
Merge pull request  from liuwenhao/master
2020-06-19 17:40:18 +08:00
mindspore-ci-bot 9cddaee9b3 [CT][MS][Auto-Parallel]Recursive interface needs to be changed to external interface
Merge pull request  from Chong/interface
2020-06-19 17:37:13 +08:00
yanghaitao 9f336bb735 fix TextFileDataset and CLUEDataset failed with to_device 2020-06-19 17:28:05 +08:00
mindspore-ci-bot dffbe6edfc fix gpu invalid input data
Merge pull request  from panfengfeng/fix_gpu_invalid_input_data
2020-06-19 17:26:25 +08:00
jinyaohui ac23a179bf save print data to file 2020-06-19 17:25:22 +08:00
jinyaohui 45b8cff4a5 modify export phase 2020-06-19 17:20:50 +08:00