Payne
|
4f78ee0077
|
fix getitem bug
|
5 years ago |
mindspore-ci-bot
|
44abd94b42
|
!9408 [ME][Pynative]Fix mem leak problem in pynative mode
From: @chenfei52
Reviewed-by:
Signed-off-by:
|
5 years ago |
chenfei
|
1f20e552ed
|
handle mem leak in pynative mode
use enter and leave construct
|
5 years ago |
buxue
|
a6cf444864
|
optimize inputs check for predict of model and init data check for Tensor
|
5 years ago |
yanglf1121
|
918679daa3
|
add tensor.ndim and rename tensor.size() to tensor.size
|
5 years ago |
liubuyu
|
ce661c3c83
|
fix python executable path
|
5 years ago |
mindspore-ci-bot
|
9eb6fb01bc
|
!9973 update the doc string of some operations.
From: @wangshuide2020
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
|
5 years ago |
buxue
|
2530943a7f
|
optimize list getitem in bprop
|
5 years ago |
wangshuide2020
|
abf0d30537
|
update the doc string of some operations.
|
5 years ago |
mindspore-ci-bot
|
5af9b056bc
|
!9869 add detailed and accurate description for support non tensor inputs for outermost net
From: @zhangbuxue
Reviewed-by: @zhunaipan,@c_34
Signed-off-by: @c_34
|
5 years ago |
buxue
|
70d12aae26
|
add detailed and accurate description for support non tensor inputs for outermost net.
|
5 years ago |
mindspore-ci-bot
|
34a9c03f6e
|
!9847 Change example for seed.py and api.py to pass doctest
From: @liangzhibo
Reviewed-by: @zhunaipan,@zh_qh
Signed-off-by: @zh_qh
|
5 years ago |
l00591931
|
46595902fd
|
pytest change
|
5 years ago |
mindspore-ci-bot
|
99a72b1e78
|
!9801 fix docstring of mean
From: @bairongz
Reviewed-by: @zhunaipan,@zh_qh
Signed-off-by: @zh_qh
|
5 years ago |
lizhenyu
|
f526c76617
|
refine random seed reserve process
|
5 years ago |
Bairong
|
dcd5b1df28
|
improve docstring
|
5 years ago |
zjun
|
67866474f9
|
Add pynative second derivative function
Signed-off-by: zjun <zhangjun0@huawei.com>
|
5 years ago |
mindspore-ci-bot
|
995e973fec
|
!9761 optimize error info when assign parameter to non-parameter attr
From: @zhangbuxue
Reviewed-by: @zh_qh
Signed-off-by: @zh_qh
|
5 years ago |
buxue
|
8eabb86c4b
|
optimize error info when assign parameter to non-parameter attr
|
5 years ago |
lizhenyu
|
e3f7ae61db
|
add ps cache manager
|
5 years ago |
mindspore-ci-bot
|
2403618aaa
|
!9630 Fix bugs for Tril/Triu and let enumerate run in pynative
From: @liangzhibo
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
|
5 years ago |
l00591931
|
2608c17bee
|
Fix bug of tril/triu and enumerate under pynative
|
5 years ago |
mindspore-ci-bot
|
d38f8205dc
|
!8987 support getnext in pynative mode
From: @chujinjin
Reviewed-by:
Signed-off-by:
|
5 years ago |
chujinjin
|
af031410bb
|
support getnext in pynative
|
5 years ago |
huanghui
|
1c5cba7b81
|
add data_sync in Tensor.__repr__
|
5 years ago |
bai-yangfan
|
306e2c6ffa
|
mode_cell_notes
|
5 years ago |
l00591931
|
256a93911d
|
Codedex change and change some comment
|
5 years ago |
jinyaohui
|
1d9d3b123c
|
fix broadcast bug
|
5 years ago |
mindspore-ci-bot
|
825ba197f2
|
!9257 make parameter name optional
From: @caozhou_huawei
Reviewed-by: @kingxian,@zh_qh
Signed-off-by: @kingxian
|
5 years ago |
zhangyi
|
13e2aee0ea
|
fix somee error format for comments.
|
5 years ago |
mindspore-ci-bot
|
ecd641d02c
|
!9246 Add more description to make the examples in docs of seed.py run
From: @peixu_ren
Reviewed-by: @sunnybeike,@zichun_ye
Signed-off-by:
|
5 years ago |
caozhou
|
b1189cd118
|
compatible name
|
5 years ago |
mindspore-ci-bot
|
45b705bca0
|
!9129 support abs() and mean() method for Tensor object
From: @bairongz
Reviewed-by:
Signed-off-by:
|
5 years ago |
mindspore-ci-bot
|
7e1f2e2d61
|
!9203 fix bug for upgrading python3.8
From: @simson_wu
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
|
5 years ago |
Bairong
|
623b2e3f99
|
support abs and mean of Tensor
|
5 years ago |
peixu_ren
|
e073fad7d6
|
fix bugs in seed docs
|
5 years ago |
buxue
|
d6f91133c3
|
Support the outermost layer network inputs are list or dict or scalar
|
5 years ago |
simson
|
e4167da1b1
|
fix bug for upgrading python3.8
|
5 years ago |
mindspore-ci-bot
|
1752964365
|
!8993 fix bug
From: @jinyaohui
Reviewed-by: @kingxian,@zh_qh
Signed-off-by: @kingxian
|
5 years ago |
jinyaohui
|
4f8de10897
|
fix bug
|
5 years ago |
mindspore-ci-bot
|
dc04034233
|
!9077 Add pynative mode for Tensor.view and Tensor.expand_as
From: @liangzhibo
Reviewed-by: @chenfei52,@zh_qh
Signed-off-by: @zh_qh
|
5 years ago |
l00591931
|
ee45c04775
|
Add pynative view and expand_as
|
5 years ago |
mindspore-ci-bot
|
4b907fdc20
|
!8516 Correct the calculation formula of the HeUniform.
From: @li_qi_liang
Reviewed-by: @kingxian
Signed-off-by:
|
5 years ago |
mindspore-ci-bot
|
ecd9c4f255
|
!8937 Fix doc issues in seed.py.
From: @peixu_ren
Reviewed-by: @zichun_ye,@sunnybeike
Signed-off-by: @sunnybeike
|
5 years ago |
JunYuLiu
|
686fd88089
|
Add labels to python files
|
5 years ago |
mindspore-ci-bot
|
6a2b3a4ee1
|
!8908 modify api example
From: @lijiaqi0612
Reviewed-by: @sanjaychan,@liangchenghui,@sanjaychan
Signed-off-by: @sanjaychan
|
5 years ago |
peixu_ren
|
d16f7e44dd
|
Fix doc issues in seed.py
|
5 years ago |
Jiaqi
|
a88e2b2700
|
modify example
|
5 years ago |
mindspore-ci-bot
|
071366a5f8
|
!7776 add broadcast
From: @jinyaohui
Reviewed-by:
Signed-off-by:
|
5 years ago |
yao_yf
|
31819bb4a7
|
support forward unique
|
5 years ago |