Zhang Qinghua
973008ebcf
Change the Parameter type name from 'ParameterTensor' to 'Parameter'
4 years ago
zhangzhaoju
e000889265
Fix issue I4KVTZ
The description of "outmost network" in error message instead by
method/function name
4 years ago
wangrao124
9dfc703f7a
change sparsetensor to cootensor
4 years ago
zhangzhaoju
1950b6a823
Optimize the exception message while the return number of brop is wrong
Fix:I4OQM9 Bprop out check message optimize
4 years ago
Margaret_wangrui
38ddd04c83
[ME] Optimize the error message of the operator module.
4 years ago
Margaret_wangrui
f9a88a01bc
[ME] Optimize the error message of the operator module
4 years ago
zhangzhaoju
d34f14e324
white list for syntax exception
4 years ago
chujinjin
26410ccf75
optimize implicit convert error message
4 years ago
chujinjin
90836f70a0
fix context python ut error
4 years ago
7347157+joylvliang@user.noreply.gitee.com
aecbdf3c3b
ut_run_failed_in_pynative_mode
4 years ago
huanghui
1af32f74f9
support None argument for the outermost net
4 years ago
dingpeifei
89f9d0f263
api context 0927
4 years ago
dingpeifei
7523b320d7
enable profiling warning
4 years ago
7347157+joylvliang@user.noreply.gitee.com
6e59598f99
correct_wrong_info_when_using_ms_function_with_bprop
4 years ago
i-robot
bbdacd41f4
!20585 add security isolate for save_graphs
Merge pull request !20585 from huanghui/add-security-isolate-for-DumpIR
4 years ago
i-robot
db19a40280
!23365 add print op security
Merge pull request !23365 from fangzehua/print_sec
4 years ago
huanghui
ba66c0d491
add security isolate for save_graphs
4 years ago
fangzehua
4ccc635a07
add print security
4 years ago
zhangzhaoju
4296881a16
syntax
4 years ago
i-robot
fa12d62d4d
!21776 set device_id master 0813
Merge pull request !21776 from mindspore_ding/set_device_id_master_0813
4 years ago
dingpeifei
b4bc6000dc
set device id master 0813
4 years ago
7347157+joylvliang@user.noreply.gitee.com
14d24d4793
update_bprop_error_information
4 years ago
i-robot
a646eb27ab
!21616 modify ms function cache key
Merge pull request !21616 from chujinjin/modify_ms_function_cache_key
4 years ago
chujinjin
551fa9ab8b
modify ms function cache key
4 years ago
7347157+joylvliang@user.noreply.gitee.com
a30800ecc3
add_st_ut_case_for_pynative_non_tensor_input
4 years ago
caifubi
95695711d7
Remove PyNative Parameter Check
4 years ago
huangbingjian
ad8f73f32b
set default context mode to GRAPH_MODE
4 years ago
chujinjin
7fb3b5ea97
fix log error
4 years ago
yepei6
81789ffb5d
augassign
4 years ago
yujianfeng
f0b7c3dd4d
Add a switch to control grad for scalar
5 years ago
yujianfeng
41189781f3
support scalar input for cell
5 years ago
He Wei
7d9a783993
[auto-monad] Support side-effects by auto-monad
The basic idea is: exploits data dependency to control the execution order
of side-effect operations, and keep the semantics of ANF unchanged.
The ControlDepend primitive is removed and there are two primitives added:
1. UpdateState:
```
a = Assign(para, value)
```
became:
```
a = Assign(para, value, u)
u = UpdateState(u, a)
```
2. Load:
```
x = Add(para, value)
```
became:
```
p = Load(para, u)
x = Add(p, value)
u = UpdateState(u, p)
```
5 years ago
zhangyihui
bbbffbb6a9
Modify the profiling_options parameter name
5 years ago
wangshuide2020
30f99f2722
add raises description for BCELoss, ReLU, BatchNorm1d, etc. operators.
5 years ago
mindspore-ci-bot
b189f177bb
Change tuple_getitem to TupleGetItem and some other ops, merge from r1.1 to master
5 years ago
l00591931
9ec100d069
Change TensorAdd to Add, from r1.1 to master
5 years ago
ougongchang
c6e4b0c85f
Add more log when collect graph and use summary operators
Fix can not collect input data when batch size is 1 and total step
number is 1
Fixed spelling errors
5 years ago
buxue
acec35d4d4
support non tensor inputs
5 years ago
lilei
b858097ae4
modify MetaTensor and Tensor
5 years ago
mindspore-ci-bot
261bb736de
!10063 Modify profiler directory structure to fit the new Run Package
From: @gzhcv
Reviewed-by:
Signed-off-by:
5 years ago
gzhcv
bad8c0e422
Modify profiling dir structure to fit the new Run Package
5 years ago
buxue
aeeef7607a
remove the 'raise' in construct of Cell
5 years ago
laiyongqiang
11244f790a
increase variable_memory_max_size max size from 30GB to 31GB
5 years ago
Yi Huaijie
d7faa77b5e
support int64 shape
5 years ago
mindspore-ci-bot
f3d7b32d56
!7855 Move backend opt pass ir files to the fold: verbose_ir_files
Merge pull request !7855 from huanghui/move_ir_files
5 years ago
zjun
ccedf71de5
Add pynative bprop nested grad
Signed-off-by: zjun <zhangjun0@huawei.com>
5 years ago
huanghui
fa6c23358a
Move some ir files which backend optpass dumped to the fold: verbose_ir_files
5 years ago
mindspore-ci-bot
7a45596593
!7373 Use MetaTensor instead of Initializer
Merge pull request !7373 from lilei/modify_MetaTensor
5 years ago
chenzomi
5b769dfb20
[ME] Bug fix
5 years ago
lilei
7b135990e7
Use MetaTensor instead of Initializer
5 years ago