Ziyan
ddc0113058
enable parallel optimizer in auto parallel
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
buxue
483c8a179a
improve the recognition of Parameter object and raise error when convert keywordarg to pydata
5 years ago
kpy
44c01e27c0
do mixprecision in c++ for pynative
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
simson
2fd4a3fc3a
fix bugs which lead to segment fault
5 years ago
Wei Luning
8d17a2b8af
* add doc for some Parameter property.* add export in quant __all__* fix bug for isinstance & add ut for it
5 years ago
lilei
ed3a644f88
modify notes
5 years ago
lilei
71adabd944
modify_bug
5 years ago
ZPaC
87bf2a7dcd
Add PS context.
5 years ago
mindspore-ci-bot
d5005bc8b9
!5280 Revert "Avoid copy when create Tensor from numpy array"
Merge pull request !5280 from hewei/master_revert_no_copy_tensor
5 years ago
Wei Luning
4cc8342b5b
fix bug in Parameter init_data
5 years ago
He Wei
a1439267cf
Revert "Avoid copy when create Tensor from numpy array"
This reverts commit 89837bcdfd .
5 years ago
mindspore-ci-bot
95212b55a0
!3271 make reftype a subtype of MetaTensor and try to mark ref in node input
Merge pull request !3271 from vlne-v1/ref_demo
5 years ago
Wei Luning
24a10225cf
change base class of ref to tensor in cpp
5 years ago
He Wei
89837bcdfd
Avoid copy when create Tensor from numpy array
5 years ago
Yi Huaijie
394be43492
raise RuntimeError when set different mode after Initializer created
5 years ago
mindspore-ci-bot
104e70d333
!4853 Modify the wrong Space Indentation
Merge pull request !4853 from yepei6/comment
5 years ago
Wei Luning
77dcdd89ec
support parameter updata with implicit type conversion
5 years ago
Payne
dd5e302854
modify the example of Parameter comment
5 years ago
Wei Luning
dde5a1bb48
updata doc for Parameter & fix codex
5 years ago
mindspore-ci-bot
b63b6bed61
!4649 parameter add example
Merge pull request !4649 from yepei6/comment
5 years ago
Payne
b60930452b
add the Example comment of Parameter
5 years ago
Wei Luning
c1c30a44f1
rename param_value -> param_info
5 years ago
Wei Luning
d18ce95714
* add support to update by scalar* fix update error for by Initializer when slice_shape is* add ut for compute and update
5 years ago
mindspore-ci-bot
4b8d43916c
!4092 [bug]fix bert script parameter use `in` and quant export fix matmul atc convert error
Merge pull request !4092 from vlne-v1/quant-matmul-fix
5 years ago
Wei Luning
776d094c5b
quant export fix up for atc tools
5 years ago
simson
a346a1b2b4
Second round of the enhancement of API comments
5 years ago
Wei Luning
d4d6457ea7
init parameter data by defaultOnly keep no data as MetaTensor in auto parallel mode
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
He Wei
a6db29b11b
Fix a bug for Parameter
1. Parameter's init_data() should have no effect if default_input already set;
2. This bug is introduced by 'decouple ParamValue from python';
3. An unit test case is added to ensure the right init_data() behavior.
5 years ago
ZPaC
61551b85d8
incremental feature for ps
5 years ago
lirongzhen1
c1eba79b83
set reshape redistribution strategy attribute to no redistribution
5 years ago
mindspore-ci-bot
2f27c4e3e8
!2807 Apply indexed_slices
Merge pull request !2807 from riemann_penn/apply_indexed_slices
5 years ago
panyifeng
44e74ad5aa
Apply indexed_slices
5 years ago
ZPaC
f8c7ae7639
Add front end expressions for PS kernels.
5 years ago
He Wei
f337c6bc14
Decouple ParamValue from python
5 years ago
panyifeng
d6635bbbe2
Add IndexedSlices
5 years ago
mindspore-ci-bot
f365fbd71e
!2060 Support pynative setitem
Merge pull request !2060 from amongo/SupportPynativeSetItem
5 years ago
mindspore-ci-bot
f3f95b255b
!2392 don't change shape of Initializer when init slice of a Parameter
Merge pull request !2392 from yihuaijie/master
5 years ago
huangdongrun
79058d3509
add support for parameter
support for tensor setitem
add support for tensor assgin
5 years ago
Yi Huaijie
27b5bc6d95
don't change shape of Initializer when init slice of a Parameter
5 years ago
panyifeng
3c2057297e
support multi param for tuple grad
5 years ago
Yi Huaijie
eae69a386a
delete attribute seed of Initializer
5 years ago
mindspore-ci-bot
11f5f88021
!2010 fix operator issues for tuple_to_array and cast
Merge pull request !2010 from wangqiuliang/fix-tuple-to-array-issue
5 years ago
kingfo
9708e58259
fix TupleToArray & Cast operator issue
5 years ago
buxue
66bbdb4a31
change tensor dtype and shape from function to attr
5 years ago
kpy
0b1559b8d0
fix pynative paramter is metatensor bug
5 years ago