Commit Graph

391 Commits

Author SHA1 Message Date
anzhengqi 008b91b2a1 inject epoch ctrl op in the execution tree and send eos at the end of epoch 2020-07-20 13:02:47 +08:00
mindspore-ci-bot 6f8863b65d !3198 synchronize latest Ascend software suite 18 Jul 2020, and merging branches
Merge pull request !3198 from yanghaoran/code_sync_0718
2020-07-19 14:14:45 +08:00
yanghaoran 859acc6d2a synchronize latest Ascend software suite 18 Jul 2020, and merging branches 2020-07-18 21:09:55 +08:00
mindspore-ci-bot ffb7040c3c !3200 [clean]remove loop_can_unroll flag, clean some other python code
Merge pull request !3200 from vlne-v1/remove_loop_can_unroll
2020-07-18 19:44:29 +08:00
mindspore-ci-bot 32921ea3dc !3166 add gpu oneslike op
Merge pull request !3166 from qujianwei/gpu-oneslike
2020-07-18 18:19:48 +08:00
Wei Luning 88e864a4a3 remove loop can unroll flag, clean some python usage 2020-07-18 17:41:34 +08:00
mindspore-ci-bot c5eae497be !3195 move transformer net to new modelzoo directory
Merge pull request !3195 from yuchaojie/transformer_st
2020-07-18 16:39:36 +08:00
mindspore-ci-bot 43567f9b9f !3147 add RNNTLoss and RandomCategorical ops for aicpu
Merge pull request !3147 from yanzhenxiang2020/add_rnnt_cate_open.new
2020-07-18 15:41:47 +08:00
qujianwei fb2ac74d9a add gpu oneslike kernel 2020-07-18 15:27:07 +08:00
yuchaojie df5d162417 move transformer net to new modelzoo directory 2020-07-18 15:13:29 +08:00
yujianfeng 188d74f15e Remove transdata and cast for internal outputs 2020-07-17 16:55:47 +08:00
mindspore-ci-bot 11732f0ea2 !3135 GPU cast support more type
Merge pull request !3135 from VectorSL/cast2
2020-07-17 15:57:30 +08:00
yanzhenxiang2020 2ae6dfe95a add RNNTLoss and RandomCategorical op for aicpu 2020-07-17 15:44:06 +08:00
mindspore-ci-bot e16dd2a6c4 !3131 hange shape and dtype of tensor from interface to attr
Merge pull request !3131 from zhangbuxue/change_shape_and_dtype_of_tensor_from_interface_to_attr
2020-07-17 09:08:29 +08:00
VectorSL aef2c1984e cast support more types 2020-07-17 08:43:12 +08:00
mindspore-ci-bot 251683096a !3045 Gpu support TopK kernel
Merge pull request !3045 from chenweifeng/sort
2020-07-16 21:54:28 +08:00
mindspore-ci-bot e249197c73 !3003 gpu support BroadcastTo kernels
Merge pull request !3003 from chenweifeng/broadcastto
2020-07-16 21:53:03 +08:00
mindspore-ci-bot ad09bf3e87 !3083 add gpu split and restructure gpu concat
Merge pull request !3083 from zhaoting/master
2020-07-16 20:13:54 +08:00
buxue 6d5c580a61 change shape and dtype of tensor from interface to attr 2020-07-16 19:44:24 +08:00
changzherui f4cb445ea8 syn code for 0715 2020-07-16 17:18:21 +08:00
zhaoting 5c0962acfa add gpu split and restructure gpu concat 2020-07-16 14:18:49 +08:00
peixu_ren 1feca960aa Rollback to Normal on D 2020-07-16 00:49:23 -03:00
mindspore-ci-bot a661545d49 !265 Synchronize Ascend software suite 07 Jul 2020
Merge pull request !265 from yanghaoran/incubator
2020-07-15 21:04:59 +08:00
wilfChen c10e07734c gpu support TopK kernel 2020-07-15 19:51:30 +08:00
wilfChen dfb958de1e Gpu support BroadcastTo kernel 2020-07-15 16:44:31 +08:00
yanghaoran 00749914a4 remove testcase 2020-07-15 15:41:18 +08:00
peixu_ren ac561f2956 Refactor random normal op 2020-07-14 11:35:19 -03:00
peixu_ren 20ca96c62b Add random normal MindSpore interface 2020-07-14 11:19:12 -03:00
mindspore-ci-bot 48654be14d !3040 BoundingBoxAugment op fix ratio
Merge pull request !3040 from islam_amin/bounding_box_augment_bugs
2020-07-14 09:36:34 +08:00
mindspore-ci-bot 69ce4bf2b2 !2970 Del mindspore/model_zoo
Merge pull request !2970 from panbingao/master
2020-07-14 08:57:31 +08:00
mindspore-ci-bot 9a1bfd9bd8 !3013 fix tensor bool and float scalar
Merge pull request !3013 from amongo/fix_tensor_bool_add_float
2020-07-13 14:42:19 +08:00
WilliamLian ea9b5468bb fix bug of hccl kernel info 2020-07-13 11:12:05 +08:00
huangdongrun d70b4c1b62 add support for bool tensor and scalar impilicit convert 2020-07-13 10:49:47 +08:00
mindspore-ci-bot d925c52bb1 !2875 add grad all in pynative
Merge pull request !2875 from wangqiuliang/add-grad-all-in-pynative
2020-07-13 09:30:52 +08:00
kingfo add3778a61 add grad all in pynative mode 2020-07-10 17:49:54 +08:00
panbingao 45dbc8bf04 Move model_zoo.resnet.py 2020-07-10 17:36:34 +08:00
leilei_snow 38f32d0f8f add testcase for switchlayer. 2020-07-10 07:46:28 +00:00
mindspore-ci-bot 9daeeb5a81 !2961 add st to protect pynative hook from abnormal
Merge pull request !2961 from JoyLvliang/add-st-to-protect-pynative-hook-from-abnormal
2020-07-10 11:06:06 +08:00
mindspore-ci-bot cf5a27e97d !2962 gpu support SmoothL1Loss kernel
Merge pull request !2962 from chenweifeng/smoothl1loss
2020-07-10 11:03:22 +08:00
wilfChen 0fdc304a8e gpu support smoothl1loss 2020-07-09 20:30:00 +08:00
lvliang 0978bdc301 add-st-to-protect-pynative-hook-from-abnormal 2020-07-09 19:54:46 +08:00
buxue 4e832b2309 support implicit type conversion for pynative mode 2020-07-09 15:41:41 +08:00
mindspore-ci-bot 0c7a5f76a3 !2779 gpu support CTCLoss kernel
Merge pull request !2779 from chenweifeng/ctcloss
2020-07-09 09:57:14 +08:00
wilfChen d54154a1f9 Gpu support ctcloss kernel 2020-07-08 19:35:01 +08:00
mindspore-ci-bot dffb76a0a9 !2605 High level abstraction of mathematical distributions
Merge pull request !2605 from XunDeng/pp_poc_v3
2020-07-08 12:44:52 +08:00
lvliang b16686964c back-to-fusedbatchnorm-operation-in-pynative-mode 2020-07-08 09:19:42 +08:00
peixu_ren bef1fc7f19 add sample functions in normal and bermoulli distributions 2020-07-07 18:13:58 -04:00
Xun Deng 0aa26c1815 add high level abstract class Distribution and two example class:
Bernoulli and Normal
2020-07-07 17:29:42 -04:00
changzherui 17da929b82 syn code 0706 2020-07-06 17:51:17 +08:00
mindspore-ci-bot d4185f336c !2848 change crop_size from tensor to tuple
Merge pull request !2848 from xutianchun/crop_size_tuple
2020-07-06 14:36:26 +08:00