Commit Graph

10272 Commits

Author SHA1 Message Date
mindspore-ci-bot 076d8ae530 !6458 GPU codex fix
Merge pull request !6458 from VectorSL/codex-fix
2020-09-18 15:20:22 +08:00
mindspore-ci-bot 07e942c2da !6453 [MS][LITE][CPU] fix arm32 ConvDwInt8Center.S bug
Merge pull request !6453 from liuzhongkai/arm32_new1
2020-09-18 14:53:12 +08:00
mindspore-ci-bot 656f9df5be !6468 modify comments of vae
Merge pull request !6468 from byweng/master
2020-09-18 14:35:00 +08:00
mindspore-ci-bot 0b88808577 !6470 add log for memory allocate failed when device is occupied
Merge pull request !6470 from laiyongqiang/DeviceOccupy
2020-09-18 14:34:46 +08:00
mindspore-ci-bot e4d8865a6b !6459 remove comment
Merge pull request !6459 from lijiaqi/remove_comment
2020-09-18 14:21:22 +08:00
mindspore-ci-bot 1dc71651ae !6437 clear warning
Merge pull request !6437 from baihuawei/clear-warnings
2020-09-18 14:19:19 +08:00
mindspore-ci-bot 669491237c !6460 delete bias from matmul
Merge pull request !6460 from chenzhongming/zomi_master
2020-09-18 14:10:58 +08:00
laiyongqiang 0e2124b8ed add log for memory allocate failed when device is occupied 2020-09-18 13:01:43 +08:00
bingyaweng 5e63ecaa69 modify commit of vae 2020-09-18 11:57:21 +08:00
mindspore-ci-bot c71a92da41 !6130 Add check function for MS_DEBUGGER_HOST and MS_DEBUGGER_PORT
Merge pull request !6130 from maning202007/fix_unsafe_code
2020-09-18 11:46:43 +08:00
mindspore-ci-bot c8e9d46391 !6450 Change PS directory.
Merge pull request !6450 from ZPaC/master-change-ps-dir
2020-09-18 11:42:41 +08:00
mindspore-ci-bot 12f27b8a70 !6439 Fix a minor bug in init file
Merge pull request !6439 from peixu_ren/custom_bijector
2020-09-18 11:28:51 +08:00
mindspore-ci-bot 0f8e9185c5 !6445 Fix issues in custom exp and log and remove hardcoded dtype from distribution and bijector classes
Merge pull request !6445 from XunDeng/ops_dtype_cast
2020-09-18 11:28:44 +08:00
chenzomi 960f5c5250 delete bias from matmul 2020-09-18 11:19:24 +08:00
Jiaqi c5c1470bf1 remove comment 2020-09-18 11:18:09 +08:00
VectorSL 9e6bd72e04 fix codex 2020-09-18 11:16:26 +08:00
mindspore-ci-bot 8346da267b !6400 add overflow check for make_range and optimize isinstance processing
Merge pull request !6400 from zhangbuxue/add_overflow_check_for_make_range_and_optimize_isinstance_processing
2020-09-18 11:07:12 +08:00
mindspore-ci-bot e04ada1148 !6246 modify export quant network bug
Merge pull request !6246 from changzherui/mod_quant_export
2020-09-18 10:52:31 +08:00
ZPaC 0b49f0fb57 change PS dir 2020-09-18 10:48:09 +08:00
mindspore-ci-bot daff211538 !6357 add grad acc test case
Merge pull request !6357 from jinyaohui/master
2020-09-18 10:42:49 +08:00
mindspore-ci-bot e8f55042f7 !6441 fix stack problem when raise exception in sink mode
Merge pull request !6441 from anzhengqi/fix-stack-while-exception
2020-09-18 10:42:17 +08:00
mindspore-ci-bot 7d6874b78f !6372 add coefficient for reduce
Merge pull request !6372 from zhaozhenlong/lite/issue/reduce_coefficient
2020-09-18 10:28:55 +08:00
liuzhongkai 59bdc993c8 fix arm32 ConvDwInt8Center.S 2020-09-18 10:28:19 +08:00
mindspore-ci-bot ef42280d03 !6433 CSV Dataset fix StateDiagram iter compare to other container's end
Merge pull request !6433 from jiangzhiwen/fix/csv_iter_compare_end
2020-09-18 10:16:19 +08:00
mindspore-ci-bot fc3836af97 !6244 change timeprofile name
Merge pull request !6244 from cjh9368/fix_issue
2020-09-18 10:14:13 +08:00
maning202007 82bad1ab84 Fix unsafe codes in Debugger 2020-09-18 10:09:21 +08:00
zhaozhenlong 8946acc35b add coffe for reduce 2020-09-18 10:03:27 +08:00
mindspore-ci-bot 5d0b91cb22 !6436 [Ascend Profiling] FIx start profiling failed
Merge pull request !6436 from caifubi/profiling
2020-09-18 10:02:19 +08:00
mindspore-ci-bot 1a69143412 !6396 modify api
Merge pull request !6396 from lijiaqi/modify_api
2020-09-18 09:58:46 +08:00
mindspore-ci-bot 4d58c25146 !6444 dataset API docstring: Update datasets.py and config.py
Merge pull request !6444 from cathwong/ckw_api_dataset_examples
2020-09-18 09:50:51 +08:00
mindspore-ci-bot afc1800940 !6446 Fixes minddata arm 64 build
Merge pull request !6446 from EricZ/fix_tensor_restructure
2020-09-18 09:49:33 +08:00
anzhengqi 0827ab329d fix stack problem when raise exception in sink mode 2020-09-18 09:49:26 +08:00
mindspore-ci-bot 1605fd4a1e !6448 [MS][CPU][DataAugmentation][IMP] Fix for call to PadBBoxes in RandomCropWithBBox Op
Merge pull request !6448 from danishnxt/AugOpsFix
2020-09-18 09:49:21 +08:00
mindspore-ci-bot 980059eaec !6442 Fix codex for MemGuard::allocate
Merge pull request !6442 from JesseKLee/fix_noexcept
2020-09-18 09:47:55 +08:00
mindspore-ci-bot df4468dfd2 !6343 [MSLITE] Add converter method for operator 'Split'.
Merge pull request !6343 from wangshaocong/lite_convert
2020-09-18 09:43:51 +08:00
mindspore-ci-bot 98097ae348 !6443 Fixed the missing check after file is opened
Merge pull request !6443 from AdelShafiei/securitybug_fix
2020-09-18 09:32:49 +08:00
mindspore-ci-bot fafabfb273 !6368 Modify GPU profiler to satisfy the code standard
Merge pull request !6368 from wangyue/master
2020-09-18 09:29:47 +08:00
mindspore-ci-bot 754f2b774c !6409 add batch parallel info black list
Merge pull request !6409 from gziyan/batch_paralell_black_list
2020-09-18 09:29:32 +08:00
mindspore-ci-bot bac1b18c1b !6421 Using the mindspore1.0 Library and add lite test model
Merge pull request !6421 from gongdaguo/use_1.0_lib
2020-09-18 09:25:31 +08:00
mindspore-ci-bot cad7667030 !6417 auto parallel context fix and funv move
Merge pull request !6417 from yao_yf/auto_parallel_func_mv
2020-09-18 09:14:44 +08:00
mindspore-ci-bot cd88f58b88 !6430 fix sparse loss scale
Merge pull request !6430 from riemann_penn/fix_sparse_loss_scale
2020-09-18 09:02:01 +08:00
caifubi 39039974b2 fix profiling start up fail 2020-09-18 08:56:13 +08:00
Cathy Wong e971a3aed9 dataset API docstring: Update datasets.py and config.py 2020-09-17 20:03:03 -04:00
Adel Shafiei 85c5c04ba7 Added a check to make sure that overflow bin file is opened successfully 2020-09-17 19:51:12 -04:00
jinyaohui 188c3e5394 add grad acc test case 2020-09-18 07:36:01 +08:00
Danish Farid 2473adf24f PadBboxes Call fixed in RandomCropWithBboxOp 2020-09-17 18:28:41 -04:00
Eric c24870604e Added fix for arm 64 build 2020-09-17 17:17:06 -04:00
Xun Deng 239826515a modified dtype cast logic in custom_log and custom_exp and fixed dtype issues in softplus bijector 2020-09-17 17:16:12 -04:00
peixu_ren d795687ef5 Fix a minor bug of init file 2020-09-17 15:31:48 -04:00
mindspore-ci-bot 1256737a7c !6379 SmoothL1Loss parameter name change and doc update
Merge pull request !6379 from Peilin/nn-smoothL1Loss-sigmabeta-rename
2020-09-18 00:19:40 +08:00