chenzomi
c498e175b2
[ME] format code
5 years ago
chenzomi
ca85fcef40
[ME] change some format code.
5 years ago
chenzomi
acadb694aa
[ME] delete reduant function in check_parameter
5 years ago
Wei Luning
f403544af2
fix bug in tensor store
5 years ago
Wei Luning
cdbd16de0c
fix bug in parameter set & fix code style in pynative_executa.cc
5 years ago
panfengfeng
2d7b93e958
fix nn & operations api comments
5 years ago
kpy
44c01e27c0
do mixprecision in c++ for pynative
5 years ago
w30006229
4f0c7a8c45
modified cell.py,solved the problem in yolov3_darknet53(batch_size=16)
5 years ago
mindspore-ci-bot
77e05e32a4
!6001 raise exception when use HookBackward in graph mode
Merge pull request !6001 from zhangbuxue/check_is_graph_mode_for_HookBackward
5 years ago
mindspore-ci-bot
eedbbb3649
!5958 Modify interface for function and remove duplicated def
Merge pull request !5958 from lilei/modify_bug
5 years ago
buxue
3fd73f9d08
raise exception when use HookBackward in graph mode
5 years ago
Wei Luning
63f32cf667
cell copy bug fix 2
5 years ago
lilei
71adabd944
modify_bug
5 years ago
mindspore-ci-bot
b40677002f
!5714 [refine]change top graph and add cell class
Merge pull request !5714 from vlne-v1/change-top-graph
5 years ago
Wei Luning
e6f82af849
add cell class to c++
5 years ago
buxue
6fa60f6666
raise ValueError when call hook function in graph mode
5 years ago
kingxian
92bebe65a9
cell init performance opt
5 years ago
kpy
4fa89408a1
pynative add identity primitive and add comment for set_grad
5 years ago
kingfo
ca7f4df7b2
resolve optimizer tuple inputs issue
5 years ago
mindspore-ci-bot
15496ff5a4
!4388 Third round of enhancement of API comment & README_CN
Merge pull request !4388 from Simson/enhancement-API
5 years ago
simson
7cc48a9af8
Third round of enhancement of API comment & README_CN
5 years ago
yao_yf
cbb4363fa7
remove to_full_tensor and load_inputs in exexute stage
5 years ago
mindspore-ci-bot
cfae4096d2
!4058 modify parameter input
Merge pull request !4058 from lijiaqi/cell_inputs
5 years ago
李嘉琪
881f3f735f
modify cell inputs
5 years ago
buxue
0be4114240
support kw and kwargs for cell in Pynative
5 years ago
simson
dec2e4a819
Third round of the enhancement of API comments
5 years ago
kingfo
28dabf0332
fix grad flag update issue in pynative
5 years ago
Wei Luning
e5fc529159
z
5 years ago
Wei Luning
a05c38bb63
make python Parameter inherit from Tensor
5 years ago
kingfo
fab9fac109
fix batchnorm under mix precision in pynative mode
5 years ago
simson
61d961ddec
Modify comment of register_backward_hook
5 years ago
kingfo
73ea9b7855
fix mix precesion operator issue
5 years ago
buxue
b812c1a17a
support call super when class define in test_case.
5 years ago
kingfo
09b437285b
support mix precision in pynative
5 years ago
ZPaC
61551b85d8
incremental feature for ps
5 years ago
mindspore-ci-bot
49da4e799c
!3026 Add front end PS optimizer expression
Merge pull request !3026 from ZPaC/add-front-end-ps-optim-expression
5 years ago
ZPaC
f8c7ae7639
Add front end expressions for PS kernels.
5 years ago
kingfo
add3778a61
add grad all in pynative mode
5 years ago
chenzomi
1089c908a9
cherry-pick r0.5 to master for quantizaiton aware training
5 years ago
mindspore-ci-bot
08ff9099ed
!2477 Add descriptin for graph kernel switch
Merge pull request !2477 from ddwolf/add_desc_for_graph_kernel
5 years ago
rick_sanchez
0a0ca3cfdc
Fix the bug of pynative mode catching the exception.
5 years ago
duxiutao
5977fe7936
add description for graph_kernel switch
5 years ago
gong chen
a6dfa281ea
Init GraphKernel.
- It provides a unified style to express graph and kernel for user.
- It provides a unified IR to represent graph and kernel for developer.
- It breaks the boundary between graph and kernel.
- It provides more opportunities to do compile optimization.
5 years ago
kingfo
358982a98f
fix hook and bprop debug issue
5 years ago
kingfo
9708e58259
fix TupleToArray & Cast operator issue
5 years ago
mindspore-ci-bot
30b19165a2
!2066 change parameter init_data log level to debug
Merge pull request !2066 from yihuaijie/master
5 years ago
Yi Huaijie
a621e22eac
change parameter init_data log level to debug
5 years ago
mindspore-ci-bot
89fce0e41f
!2040 fix paramter is metatensor bug in pynative mode
Merge pull request !2040 from flywind/fix_pynative_bug
5 years ago
kpy
0b1559b8d0
fix pynative paramter is metatensor bug
5 years ago
rick_sanchez
ea5fa78385
Fix python test case of UT probability failure.
5 years ago