Commit Graph

276 Commits

Author SHA1 Message Date
yao_yf 1e60cef198 fix wide&deep dropout set strategy 2020-08-21 09:32:30 +08:00
lizhenyu 839ec02542 Add FusedBatchEx support 2020-08-20 19:21:27 +08:00
mindspore-ci-bot c55a8297c8 !4714 bug fix for ME
Merge pull request !4714 from chenzhongming/new_master
2020-08-19 14:12:18 +08:00
chenzomi 5bbfa67439 bug fix for ME 2020-08-19 10:33:50 +08:00
chengxianbin 4a76059f2b fix quant export bug 2020-08-18 15:18:34 +08:00
liuxiao93 164de0a598 Fix nn.CentralCrop calculation result in mixed precision. 2020-08-17 18:04:39 +08:00
mindspore-ci-bot 15496ff5a4 !4388 Third round of enhancement of API comment & README_CN
Merge pull request !4388 from Simson/enhancement-API
2020-08-15 11:29:24 +08:00
simson 7cc48a9af8 Third round of enhancement of API comment & README_CN 2020-08-14 14:14:26 +08:00
yao_yf cbb4363fa7 remove to_full_tensor and load_inputs in exexute stage 2020-08-14 11:40:27 +08:00
chengxianbin b97ed00c89 modify quant code 2020-08-13 14:29:43 +08:00
mindspore-ci-bot bc702459bc !4319 upload yolov3-darknet quant net codes
Merge pull request !4319 from chengxb7532/master
2020-08-13 13:42:30 +08:00
chengxianbin 759392571f upload yolov3-darknet53 quant code 2020-08-12 20:32:59 +08:00
yao_yf e4de26d5bc embeddinglookup wrap 2020-08-12 14:24:13 +08:00
mindspore-ci-bot 6d557a9892 !4199 [MS][QUANT] mindspore model zoo example for hand make quant graph
Merge pull request !4199 from chenzhongming/quant
2020-08-10 17:08:41 +08:00
chenzomi 94fd9dd8cf [MS][QUANT] mindspore model zoo example for hand make quant graph 2020-08-10 15:11:52 +08:00
mindspore-ci-bot 2c2fe9bed9 !4121 Third round of the enhancement of API comments
Merge pull request !4121 from Simson/enhancement-API
2020-08-10 10:55:09 +08:00
peixu_ren 517fed55a5 Added LGamma op 2020-08-07 11:40:59 -04:00
simson dec2e4a819 Third round of the enhancement of API comments 2020-08-07 17:46:13 +08:00
fangzehua c16a22c680 fix unsortedgrad clipbynorm boundingboxdecode 2020-08-06 18:27:32 +08:00
mindspore-ci-bot a375c50cf7 !3999 correct hsigmoid comment
Merge pull request !3999 from 王东旭/hsigmoid_comment
2020-08-06 10:22:17 +08:00
mindspore-ci-bot a722a0daa5 !3985 mobilenetV2 change for gpu
Merge pull request !3985 from chenzhongming/doc
2020-08-05 16:39:02 +08:00
wangdongxu b59e5b60fe fix HSigmoid comment 2020-08-05 15:06:57 +08:00
chenzomi 26b1242bc4 mobilenetV2 change for gpu 2020-08-05 11:07:56 +08:00
mindspore-ci-bot a1bdecb9e6 !3856 fix matrixDiag msg , FloorDiv grad, SoftmaxCrossEntropyLogit mag
Merge pull request !3856 from fangzehua/fix_matrix_msg
2020-08-03 16:24:07 +08:00
chenzomi 315c6a5742 quant aware training add without bn fold and bn fold 2020-08-03 11:17:31 +08:00
fangzehua 236204f931 fix matrixdiag floordiv softmax 2020-08-03 09:58:37 +08:00
chenzomi 8918c90b66 add mindspore hub for download ckpt file
add mindspore.hub and change model_zoo
2020-07-30 15:02:55 +08:00
mindspore-ci-bot 568da0d510 !3425 fix avgpoolgrad
Merge pull request !3425 from fangzehua/avgpool
2020-07-27 14:15:29 +08:00
fangzehua 86dd0c583a fix avgpool grad 2020-07-27 11:06:32 +08:00
mindspore-ci-bot 521f1e5938 !3457 add LeakReLUQuant OP for bug fix.
Merge pull request !3457 from chenzhongming/master
2020-07-27 10:36:41 +08:00
chenzomi ed2e84d4ed add LeakReLUQuant OP for bug fix. 2020-07-27 08:45:26 +08:00
liuxiao93 fcaa378c92 fix bug for con1d with 3d input. 2020-07-25 17:03:45 +08:00
chenzomi b8686fc5bf bug fix for quant.py in train/ and nn/ 2020-07-24 19:29:01 +08:00
wuyongkang a8fd71c785 Optimization for BatchNorm 2020-07-24 11:47:03 +08:00
mindspore-ci-bot 2e4bb93a1e !3250 [quant]bug fixes when export geir
Merge pull request !3250 from vlne-v1/quant_export_geir_biasadd_after_depth_wise
2020-07-21 09:35:28 +08:00
Wei Luning 7d5c9d52bc fix geir export bugs 2020-07-20 21:32:57 +08:00
liuxiao93 4c98a00830 Fix input verification for input of GlobalbatchNorm. 2020-07-20 11:49:40 +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 05de773775 !3209 Fix bug about output of AddNGrad.
Merge pull request !3209 from liuxiao93/AddN
2020-07-18 19:56:31 +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
liuxiao93 8705545bcd Fix bug about output of AddNGrad. 2020-07-18 18:47:52 +08:00
Wei Luning 88e864a4a3 remove loop can unroll flag, clean some python usage 2020-07-18 17:41:34 +08:00
liuxiao93 75881e5f2f check input of BatchNorm is 4D. 2020-07-18 14:53:11 +08:00
Wei Luning 28d1d37085 End at validate when export. 2020-07-17 12:44:12 +08:00
mindspore-ci-bot 13c4106031 !278 fix Conv1dTranspose
Merge pull request !278 from jiangjinsheng/inner_ge_conv1d
2020-07-17 09:58:05 +08:00
buxue 6d5c580a61 change shape and dtype of tensor from interface to attr 2020-07-16 19:44:24 +08:00
jiangjinsheng 0397b609b3 fixed Conv1dTranspose 2020-07-16 18:42:46 +08:00
changzherui f4cb445ea8 syn code for 0715 2020-07-16 17:18:21 +08:00
zhaozhenlong 0b930bd859 ssim raise type error for unsupported dtypes 2020-07-16 11:41:47 +08:00