xiefangqi
f74b5cea0c
optimize datasetops error msg
4 years ago
i-robot
2fd00935ed
!20964 [assistant][ops] Add new data operator SpeechCommandsDataset
Merge pull request !20964 from 杨旭华/SpeechCommandsDataset
4 years ago
i-robot
95c0cafef4
!26824 white list for syntax exception
Merge pull request !26824 from zhangzhaoju/master_syntax
4 years ago
i-robot
7554053c00
!26786 Add initializer and optimizer ut
Merge pull request !26786 from wanyiming/add_init_opt_ut
4 years ago
Xiaoda Zhang
04db51a528
In a previous PR ( https://gitee.com/mindspore/mindspore/pulls/26807/ ), we replaced 'auto_parallel_search_mode' by 'search_mode' directly.
However, to be forward compatitable, it is suitable to keep 'auto_parallel_search_mode' available. This PR recovers the 'auto_parallel_search_mode' interface and adds a warning when using this old interface.
This PR also deals with other codestyle things.
4 years ago
zhangzhaoju
d34f14e324
white list for syntax exception
4 years ago
vddong
91d3a7543f
[feat][assistant][I3T96F] add new data operator SpeechCommands
4 years ago
i-robot
d1e4e674ab
!26690 Add supoort resolving outer lambda function for ops.Partial.
Merge pull request !26690 from hezhenhao1/add_lambda
4 years ago
hezhenhao1
4af312d17e
Add supoort resolving outer lambda function for ops.Partial.
4 years ago
i-robot
9f8ec2c5ab
!26807 [Auto parallel] [Sharding propagation] Interface change of sharding propagation
Merge pull request !26807 from Xiaoda/113-auto-parallel-search-mode-changes-to-search-mode
4 years ago
i-robot
6ecbc97fd6
!26804 virtual_dataset_avoid_auto_parallel
Merge pull request !26804 from yao_yf/virtual_dataset_avoid_auto_parallel
4 years ago
wanyiming
ab65f4ac98
addut
4 years ago
i-robot
b282414de7
!26619 arallel_ut_refactoring
Merge pull request !26619 from 王志伟/parallel_ut_refactoring1
4 years ago
i-robot
bbe9606f1c
!26805 Revert "Add the check of function return None."
Merge pull request !26805 from Margaret_wangrui/return_none
4 years ago
i-robot
d8fbc26419
!26700 [MD][Profiler][Autotune] Add test, logs, clean state
Merge pull request !26700 from harshvardhangupta/add_test_at_prof
4 years ago
Margaret_wangrui
922678edef
Revert "Add the check of function return None."
This reverts commit f9a384456a .
4 years ago
i-robot
4407210ae3
!26689 Modify error
Merge pull request !26689 from liuyang/error_ms
4 years ago
Xiaoda Zhang
ad5ac77ae8
1) 'auto_parallel_search_mode' changes to 'search_mode';
2) 'sharding_propagation' moves to 'search_mode';
4 years ago
yao_yf
f29ce1fb60
virtual dataset avoid auto parallel
4 years ago
harshvardhangupta
02f4a8068b
add tests, clean states, print proper warn logs
4 years ago
liuyang_655
12092c882f
modify error
4 years ago
jonyguo
58c9112c2e
fix: generator dataset with source zip
4 years ago
i-robot
eef5f3f8d4
!22925 [assistant][ops] add operator Cummin
Merge pull request !22925 from yangwm/cummin
4 years ago
i-robot
d251800c62
!26705 Add the check of function return None.
Merge pull request !26705 from Margaret_wangrui/return_none
4 years ago
Margaret_wangrui
f9a384456a
Add the check of function return None.
4 years ago
i-robot
2cc51099b1
!26718 [ME][Fallback] Add some fallback numpy test cases
Merge pull request !26718 from Margaret_wangrui/fallback
4 years ago
i-robot
519f14a909
!26006 slice recompute activation
Merge pull request !26006 from yao_yf/add_transformer_slice_activation_config
4 years ago
i-robot
de8b6db07c
!26585 add warnings for set_dump API, see I4AUIR for details
Merge pull request !26585 from wenkai/wk1120setdumpwarning1
4 years ago
Margaret_wangrui
16ac3638d3
[ME][Fallback] Add some fallback numpy test cases
4 years ago
i-robot
9a5fd32bd2
!26280 fix mindir export's error when using _encrypt
Merge pull request !26280 from lianliguang/master
4 years ago
wzw
86c5ad20c8
parallel_ut_refactoring1
4 years ago
luon
5485ff0cb6
[feat] [assistant] [I40GGH] add new ascend operator Cummin
4 years ago
wenkai
c493f19b6b
add warnings for set_dump API, see I4AUIR for details
4 years ago
yujianfeng
f2bd7de442
Add automatic detection for the changes of python scripts when enable compile cache
4 years ago
i-robot
4f55a3f52f
!26275 [API] Tensor python float trans to ms float32
Merge pull request !26275 from kingxian/master
4 years ago
lianliguang
a6e5dcfb22
if parameter total larger than 1T split to another file
4 years ago
kingxian
545dc83fcb
fix: `cell` does not support deep copy, tensor default dtype -> float32
4 years ago
i-robot
1b8c2ff0e9
!26414 fault_recover_by_mirror_group_fix_opt_shard
Merge pull request !26414 from yao_yf/fault_recover_by_mirror_group_fix_opt_shard
4 years ago
i-robot
4f34c32c6d
!26235 AutoTune v1
Merge pull request !26235 from danishfarid/autotune
4 years ago
Rescue
da986710f0
Updated concat-zip check and UT.
4 years ago
hesham
40797c40da
AutoTune
4 years ago
i-robot
70363899e7
!24080 [assistant][ops] Add new audio operator ComputeDeltas
Merge pull request !24080 from Rainfor/compute_detlas
4 years ago
i-robot
c6821bde0a
!21648 [assistant][ops] Add new data loading operator YesNoDataset
Merge pull request !21648 from 杨旭华/YesNoDataset
4 years ago
vddong
f465cd0242
[feat][assistant][I3T96L]add new dataset operator YesNo
4 years ago
i-robot
f38df5c888
!26234 New dataset config option, auto_offload
Merge pull request !26234 from markuskunej/offload_config
4 years ago
yao_yf
188d39da83
slice_activation_in_recompute
slice recompute activation
4 years ago
i-robot
7559d5b798
!26494 [Auto parallel] Adjusting sharding propagation
Merge pull request !26494 from Xiaoda/102-adjusting-sharding-propagation
4 years ago
yao_yf
01dc4bbdf9
fix fault recover in optimizer shard
4 years ago
i-robot
3c39afad11
!24547 [MS][crowdfunding]New operator implementation, AutoAugment
Merge pull request !24547 from yangwm/autoaugment
4 years ago
markuskunej
29cf442521
Added dataset.config.set_auto_offload(), which will automatically attempt to offload dataset map operations if set to True.
4 years ago