Commit Graph

9259 Commits

Author SHA1 Message Date
panfengfeng fc310bc5ae fix network bug 2020-09-08 17:04:05 +08:00
mindspore-ci-bot 6138b75518 !5867 mindspore lite should dlopen liboptimizer.so only when fp16 and sdot are both supported
Merge pull request !5867 from hangq/primitive
2020-09-07 23:19:51 +08:00
hangq ebf3f6ce8e mindspore lite should dlopen liboptimizer.so only when fp16 and sdot are
both supported
2020-09-07 22:55:07 +08:00
mindspore-ci-bot d14221ea8b !5849 mobilenetv2 modify api and debug
Merge pull request !5849 from yepei6/mobilenetv2
2020-09-07 21:49:05 +08:00
mindspore-ci-bot bbafa9dbe4 !5832 Use the unified Execute function to run Graph or Single Graph.
Merge pull request !5832 from 张清华/master
2020-09-07 21:04:17 +08:00
mindspore-ci-bot 4535faa2b0 !5837 [AutoParallel]Rectification allreduce fusion api
Merge pull request !5837 from lichen/rectification_allreduce_fusion_api
2020-09-07 20:37:44 +08:00
mindspore-ci-bot a3d0ddb4db !5779 tenoradd profiling
Merge pull request !5779 from chenweifeng/broadcast-refactor
2020-09-07 20:27:26 +08:00
mindspore-ci-bot 72f77bdea7 !4363 export and load model for serving
Merge pull request !4363 from hexia/export_and_load_model_for_serving
2020-09-07 19:14:38 +08:00
Payne d6278c2bc6 train with ascend, modify api and debug 2020-09-07 18:59:21 +08:00
mindspore-ci-bot 97563d5abf !5831 raise ValueError when call hook function in graph mode
Merge pull request !5831 from zhangbuxue/check_mode_for_hook_function
2020-09-07 18:49:54 +08:00
mindspore-ci-bot e0c7ad784b !5852 tod fixes
Merge pull request !5852 from yonibaehr/export
2020-09-07 18:28:42 +08:00
yoni 9934d06693 tod fix compilation issues 2020-09-07 13:03:43 +03:00
mindspore-ci-bot 5389348148 !5805 Fix bug about nn.CentralCrop calulation result.
Merge pull request !5805 from liuxiao93/central-crop
2020-09-07 17:43:45 +08:00
mindspore-ci-bot 506c1a0fd8 !5548 Remove unused parameters from SummaryRecord __init__
Merge pull request !5548 from LiHongzhang/rm_unused_params
2020-09-07 17:40:28 +08:00
mindspore-ci-bot 62ba848100 !5847 [MSLITE][Develop]fix ops not equal
Merge pull request !5847 from sunsuodong/fix_ops_not_equal
2020-09-07 17:35:54 +08:00
sunsuodong ccdee9549d fix_ops_not_equal 2020-09-07 16:59:27 +08:00
wilfChen 6ebe132cd3 broadcast refactor 2020-09-07 16:57:50 +08:00
lichenever f2d3fd34ce rectification_allreduce_fusion_api 2020-09-07 16:38:58 +08:00
mindspore-ci-bot 9cb1ae8ab9 !5776 support caffe exp op
Merge pull request !5776 from 陶云浩/master
2020-09-07 16:24:53 +08:00
Li Hongzhang 869ca261bc rm unused params for SummaryRecord 2020-09-07 16:21:10 +08:00
mindspore-ci-bot 6a946bddab !5796 fix the indentation bug in CTCLoss
Merge pull request !5796 from Simson/push-to-opensource
2020-09-07 16:20:26 +08:00
mindspore-ci-bot 0b67b8c45e !5827 fix scripts bug
Merge pull request !5827 from hwjiaorui/master
2020-09-07 16:03:49 +08:00
mindspore-ci-bot 46f6abea2d !5810 add execution tree state to fix minddata profiling.
Merge pull request !5810 from anzhengqi/add-execution-tree-state
2020-09-07 16:00:05 +08:00
mindspore-ci-bot d82969c584 !5839 Fix some tiny bugs for converter in windows enviroment
Merge pull request !5839 from liuwenhao/master
2020-09-07 15:29:37 +08:00
mindspore-ci-bot 5901be3ba8 !5833 fix thor optimizer interface
Merge pull request !5833 from wangmin0104/master
2020-09-07 15:21:33 +08:00
liuwenhao4 94499fce9d Fix some tiny bugs for converter in windows enviroment 2020-09-07 15:12:18 +08:00
Zhang Qinghua c0070d3d49 Use the unified Execute function to run Graph or Single Op Graph. 2020-09-07 15:07:44 +08:00
simson 612e8be44f fix the indentation bug in CTCLoss 2020-09-07 15:05:26 +08:00
buxue 6fa60f6666 raise ValueError when call hook function in graph mode 2020-09-07 15:02:23 +08:00
liuxiao93 3045af13cb fix nn.CentralCrop calulation result. 2020-09-07 14:38:10 +08:00
mindspore-ci-bot eface185cd !5773 [AutoParallel]Fix Reduce_eliminate_pass bug
Merge pull request !5773 from lichen/fix_reduce_eliminate_pass
2020-09-07 14:30:35 +08:00
mindspore-ci-bot d05c22a132 !5741 fix op id issue in pynative mode
Merge pull request !5741 from wangqiuliang/fix-net-id-issue
2020-09-07 14:24:03 +08:00
mindspore-ci-bot 3a36c411ed !5834 modify _exec_save_checkpoint
Merge pull request !5834 from liuyang/save_checkpoin
2020-09-07 14:15:14 +08:00
liuyang_655 18c442e724 modify _exec_save_checkpoint 2020-09-07 11:53:07 +08:00
lichenever 954cf0aff6 fix reduce_eliminate bug 2020-09-07 11:52:11 +08:00
mindspore-ci-bot b9345d1d34 !5775 fix categorical in GraphMode
Merge pull request !5775 from baihuawei/0902
2020-09-07 11:48:34 +08:00
wangmin 3349d4372b fix thor optimizer interface 2020-09-07 11:42:44 +08:00
hexia 2f42466da8 export and load model for serving 2020-09-07 11:41:14 +08:00
mindspore-ci-bot 341851b931 !5817 [MS][LITE][Develop]optimize tanh kernel
Merge pull request !5817 from sunsuodong/tanh_opt
2020-09-07 11:38:23 +08:00
mindspore-ci-bot 6ba5cd5750 !5765 modify the log which nodes forming loop
Merge pull request !5765 from Margaret_wangrui/get_loop_nodes_log
2020-09-07 11:37:11 +08:00
mindspore-ci-bot 023c93277a !5823 [MSLITE] Support exponent tensor broadcast for power op
Merge pull request !5823 from zhanyuan/dev
2020-09-07 11:31:46 +08:00
hwjiaorui c60d5ae5e0 fix bug about target device 2020-09-07 10:44:59 +08:00
zhanyuan afcb3e9b45 Support exponent tensor broadcast for power op 2020-09-07 10:41:16 +08:00
mindspore-ci-bot 6a851ee252 !5771 Add deeplabv3 to modelzoo
Merge pull request !5771 from jiangzhenguang/deeplabv3
2020-09-07 10:35:58 +08:00
mindspore-ci-bot 1519b88182 !5772 [MS][LITE][Develop]optimize mode, strip c++
Merge pull request !5772 from chenjianping/lite_dev2
2020-09-07 10:30:00 +08:00
mindspore-ci-bot 71d42d217d !5814 switch from ctx Malloc to new in detection post process anchors
Merge pull request !5814 from wangzhe/master
2020-09-07 10:25:57 +08:00
mindspore-ci-bot 4e7346509f !5782 change allreduce fusion function
Merge pull request !5782 from wangmin0104/master
2020-09-07 10:24:41 +08:00
wangzhe a40df6c983 switch from ctx Malloc to new in detection post process anchors 2020-09-07 10:10:56 +08:00
sunsuodong 412c94eb60 tanh_opt 2020-09-07 09:58:33 +08:00
mindspore-ci-bot 28c42d5534 !5725 Add fp16 matmul & fc ops for arm64
Merge pull request !5725 from zhanyuan/dev
2020-09-07 09:45:44 +08:00