yangzhenzhang
7454b8f8f2
check args for shard
4 years ago
i-robot
3bff079969
!26896 Enhance error message of audio ops
Merge pull request !26896 from xiaotianci/enhance_audio_err_message
4 years ago
liyong
d35e003def
fix mindrecord log part02
4 years ago
i-robot
ae94c51a97
!26930 fix bug of export mindir when using encrypt
Merge pull request !26930 from lianliguang/mindir_load_2G
4 years ago
luqilin
34bffbf768
[feat][assistant][I3T96H] add new dataset loading operator TedliumDataset
4 years ago
i-robot
b00b1cc276
!26982 [ME][Fallback] Review the local dict and try to eval out the interpret node.
Merge pull request !26982 from Margaret_wangrui/recheck_local_dict
4 years ago
yujianfeng
7c808ee792
Add some bprop mindir files
4 years ago
zy
8f9a09f79c
[fix] [assistant] [I3ZSQR] add new data operator GloVe
4 years ago
shenwei41
5d48409395
change err info
4 years ago
i-robot
6924866a87
!26746 [MD] minddata error msg optimize
Merge pull request !26746 from xiefangqi/md_datasetops_error_msg_opt
4 years ago
zy
5ca98a494a
[fix] [assistant] [I3ZSQS] add new data operator FastText
4 years ago
“uccInf”
92d6d31750
[feat][assistant][I3J6V7] add new data operator KMnist
4 years ago
Margaret_wangrui
ee1b4d4e6d
[ME][Fallback] Review the local dict and try to eval out the interpret node
4 years ago
i-robot
b6a6dbbe8f
!27003 [Auto parallel] [Sharding propagation] Dealing with a parameter being used by mutiple ops
Merge pull request !27003 from Xiaoda/114-adapting-sharding-propagation-for-common-parameter
4 years ago
i-robot
fcac7351aa
!26801 add loss landscape ut and st
Merge pull request !26801 from Songyuanwei/landscape_ci
4 years ago
i-robot
eb9537af11
!21690 [assistant][ops] Add data operator Vectors
Merge pull request !21690 from 张渝/Vectors
4 years ago
Xiao Tianci
b883498c93
enhance error message of audio ops
4 years ago
i-robot
1905b228b4
!26609 Update minddata log message
Merge pull request !26609 from luoyang/log
4 years ago
lianliguang
c7acd4b0ca
fix bug of export mindir when using encrypt mode
4 years ago
i-robot
bf59d75604
!26611 [MD] fix mindrecord log message part01
Merge pull request !26611 from liyong126/fix_mindrecord_log_msg
4 years ago
xiefangqi
f74b5cea0c
optimize datasetops error msg
4 years ago
Xiaoda Zhang
364858cbc9
In sharding propagation, to keep strategy consistent of parameter being used by multiple operators, we check the edge with one node of TmpIdentityInfo
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
luoyang
1a6a42c083
Update minddata log message
4 years ago
zhangyuqwer
6a6e73ef82
[fix] [assistant] [I3ZSQM] add new data operator Vectors
4 years ago
songyuanwei
a67ac908d8
add landscape ut and st
4 years ago
liyong
2869352cc8
fix mindrecord log part01
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