zjun
|
ccedf71de5
|
Add pynative bprop nested grad
Signed-off-by: zjun <zhangjun0@huawei.com>
|
5 years ago |
mindspore-ci-bot
|
b64de9c1dc
|
!8000 Add supports to op Gather on gpu
Merge pull request !8000 from zhouyuanshen/gather
|
5 years ago |
zhouyuanshen
|
f0f67b8aa8
|
add gather op on gpu
|
5 years ago |
mindspore-ci-bot
|
ada2f4cf1d
|
!7671 refractor pynative
Merge pull request !7671 from lianliguang/refractor-pynative
|
5 years ago |
William Lian
|
ec5c78a26f
|
refector pynative function
!105 speed up third party download via domestic source
Merge pull request !105 from yanghaoran/master
|
5 years ago |
mindspore-ci-bot
|
2313c62123
|
!7304 don't do implicit conversion when there are float Number and other type Number
Merge pull request !7304 from zhangbuxue/improve_the_implicit_conversion_rule_when_there_are_float_Number_and_other_type_Number
|
5 years ago |
buxue
|
d145bd62f5
|
improve the implicit conversion rule when there are float Number and other type Number
|
5 years ago |
William Lian
|
dcf551c070
|
insert cast of list output
|
5 years ago |
buxue
|
e3ea96ecd0
|
improve the implicit conversion rule when there are int tensor and float number
|
5 years ago |
kswang
|
11989b5e30
|
enable async run
|
5 years ago |
chujinjin
|
b6bd5671cf
|
fix run pynative throw open tsd failed
|
5 years ago |
buxue
|
a9da8e02a2
|
remove useless code
|
5 years ago |
buxue
|
23fb6f8fc3
|
fix buf of pow bprop
|
5 years ago |
chujinjin
|
1cf8f3b777
|
fix stream sync error for mixed precision
|
5 years ago |
Wei Luning
|
cdbd16de0c
|
fix bug in parameter set & fix code style in pynative_executa.cc
|
5 years ago |
mindspore-ci-bot
|
3aa07a4362
|
!6320 change mix_precision to c++
Merge pull request !6320 from vlne-v1/pynative_amp
|
5 years ago |
mindspore-ci-bot
|
4905de06bd
|
!6545 improve the recognition of Parameter object and raise error when convert keywordarg to pydata
Merge pull request !6545 from zhangbuxue/improve_the_recognition_of_Parameter_object_and_raise_error_when_convert_keywordarg_to_pydata
|
5 years ago |
buxue
|
483c8a179a
|
improve the recognition of Parameter object and raise error when convert keywordarg to pydata
|
5 years ago |
lvliang
|
37e59f826a
|
pynative-fix-bug-of-tuple-set-item-index-wrong
|
5 years ago |
kpy
|
44c01e27c0
|
do mixprecision in c++ for pynative
|
5 years ago |
mindspore-ci-bot
|
c57a472748
|
!5918 optimizer pynative memory
Merge pull request !5918 from flywind/optimizer_pynative_memory
|
5 years ago |
mindspore-ci-bot
|
b8979f047b
|
!6263 fix bugs which lead to segment fault
Merge pull request !6263 from Simson/bugfix
|
5 years ago |
kpy
|
4338dd266e
|
optimizer pynative graph memory
|
5 years ago |
simson
|
2fd4a3fc3a
|
fix bugs which lead to segment fault
|
5 years ago |
chujinjin
|
51e1d6096b
|
fix deeplabv3 error in pynative
|
5 years ago |
mindspore-ci-bot
|
8bf5ac1c15
|
!6032 [bug]add import for ops in ops.py in __init__
Merge pull request !6032 from vlne-v1/change_ops_import
|
5 years ago |
Wei Luning
|
7b6899fdc0
|
add import of ops in in ops __init__
|
5 years ago |
mindspore-ci-bot
|
31fa3edb96
|
!5962 fix mobilenetv2 loss error in pynative mode
Merge pull request !5962 from chujinjin/fix_mobilenetv2_loss_error
|
5 years ago |
chujinjin
|
62bfaf7e91
|
fix mobilenetv2 loss error in pynative mode
|
5 years ago |
zhousiyi
|
ab74dfc839
|
refact backend/session from python
|
5 years ago |
buxue
|
3fd73f9d08
|
raise exception when use HookBackward in graph mode
|
5 years ago |
mindspore-ci-bot
|
0aa9f900dd
|
!5749 Support multi grad
Merge pull request !5749 from amongo/SupportPyantiveMultiGrad
|
5 years ago |
huangdongrun
|
341b8468eb
|
add support for pynative multicases
clear df builder
add testcases
|
5 years ago |
simson
|
2b0d88e3e2
|
fix the bug of get id that string might has conflict with int
|
5 years ago |
mindspore-ci-bot
|
d05c22a132
|
!5741 fix op id issue in pynative mode
Merge pull request !5741 from wangqiuliang/fix-net-id-issue
|
5 years ago |
kswang
|
ebff566a07
|
add group operation for executor
|
5 years ago |
kingfo
|
cfda024336
|
fix op id issue in pynative
|
5 years ago |
buxue
|
359e1f236e
|
check user define bprop when there is parameter in nested network
|
5 years ago |
mindspore-ci-bot
|
f42b3bbfbc
|
!5598 add tensor sync status
Merge pull request !5598 from kisnwang/async-run-graph
|
5 years ago |
mindspore-ci-bot
|
529e1a0a81
|
!5618 fix pynative tuple bug
Merge pull request !5618 from flywind/fix_pynative_tuple_bug
|
5 years ago |
mindspore-ci-bot
|
c2fddb56c8
|
!4922 Transform tuple parameter to multiple parameters
Merge pull request !4922 from amongo/TupleTransform
|
5 years ago |
kpy
|
0ed60257fa
|
fix tuple return bug
|
5 years ago |
huangdongrun
|
0099da2c99
|
add support for tuple parameter transform
add support for pynative pass
add testcases
|
5 years ago |
kswang
|
5614b2ba6c
|
add tensor sync status
|
5 years ago |
kingfo
|
7765d44b76
|
support parameter tuple input in pynative mode
|
5 years ago |
fary86
|
fcbb3e0edc
|
Refactor ms_context implementation
|
5 years ago |
mindspore-ci-bot
|
d81b30e6a0
|
!5312 make backend/optimizer free of pybind
Merge pull request !5312 from xychow/remove-backend-py-dependency-2
|
5 years ago |
mindspore-ci-bot
|
1821e98e07
|
!4087 asyn run graph
Merge pull request !4087 from kisnwang/async-run-graph
|
5 years ago |
kswang
|
756bb6d53f
|
async run graph
|
5 years ago |
mindspore-ci-bot
|
9d8fb786cb
|
!5373 fix bug the const input is broadened in PyNative mode
Merge pull request !5373 from zhangbuxue/fix_bug_the_const_input_is_broadened_in_PyNative_mode
|
5 years ago |