candanzg
3f087dba1a
Tensor assign syntax:
1) A[B]=U
2) A[A>n]=U
A.shape == B.shape
U is a scalar or Tensor(size==1)
B is Tensor(dtype=bool)
n is a Number
Signed-off-by: candanzg <zhangshucheng@huawei.com>
5 years ago
mindspore-ci-bot
2d31ae97e8
!383 add cell psnr
Merge pull request !383 from zhaozhenlong/cell/psnr
5 years ago
mindspore-ci-bot
08985a1e56
!286 resolve pynative operator unsupport issue
Merge pull request !286 from wangqiuliang/resolve-pynative-operator-issue
5 years ago
zhaozhenlong
aa8fbcc06e
add cell psnr
5 years ago
mindspore-ci-bot
c0c0b0985e
!378 Multiple Iterators can cause performance problem
Merge pull request !378 from h.farahat/multi_itr
5 years ago
hesham
fb6c7ba2e1
Fix two problem when we create multiple instances of the same dataset (2 for-loops)
-- Iterator list is keeping all created iterators wihtout cleaning them up
-- alter tree modifies the original.
5 years ago
mindspore-ci-bot
7874e96b9b
!377 Tensor end() iterator performance problem
Merge pull request !377 from h.farahat/end_iterator
5 years ago
hesham
c91a58dc55
end() iterator is causing performance problem
5 years ago
mindspore-ci-bot
cf026096a6
!183 Mindspore.dataset CPP sampler for GeneratorDataset
Merge pull request !183 from JunhanHu/cpp_sampler
5 years ago
mindspore-ci-bot
ff464bbcba
!397 [MS]support building and packaging on windows 10
Merge pull request !397 from chenjianping/building-on-windows-3
5 years ago
chenjianping
c8da1cf8e9
support building on windows|support package
5 years ago
mindspore-ci-bot
c84385d706
!296 Exclude free variables to further improve performance
Merge pull request !296 from StrawNoBerry/ExcludeFV
5 years ago
mindspore-ci-bot
3b00fd3e10
!396 fix example of ControlDepend to ensure pass in gpu and cpu
Merge pull request !396 from zhangbuxue/fix_example_of_controldepend_for_cpu_and_gpu
5 years ago
mindspore-ci-bot
abbd0bc504
!398 Fix misusing of non user function in doc example for insert_grad_of
Merge pull request !398 from penn/fix_example_doc_of_insert_grad_of
5 years ago
kingfo
75fec82b52
resolve pynative operator issue
5 years ago
mindspore-ci-bot
82cfe347fb
!391 Modify examples of ApplyMomentum/ArgMax
Merge pull request !391 from Simson/push-to-opensource
5 years ago
mindspore-ci-bot
d3e4dd06b0
!386 modify test_cell_bprop.py ut test_with_param
Merge pull request !386 from changzherui/modify-ut
5 years ago
panyifeng
85205ea80b
fix document example for insert_grad_of
5 years ago
mindspore-ci-bot
d8dd963441
!388 fix gpu op register
Merge pull request !388 from Maoweiyong/fix-gpu-op-register
5 years ago
buxue
3684ec4967
fix example of ControlDepend to ensure pass in gpu and cpu
5 years ago
mindspore-ci-bot
549bfb97ad
!343 Fix usage of variable arguments in test framework
Merge pull request !343 from amongo/FixGradUsingInterfaceExtend
5 years ago
simson
51de42bc05
modify examples of ApplyMomentum/ArgMax
5 years ago
mindspore-ci-bot
87be386581
!314 GPU add kernel assign
Merge pull request !314 from VectorSL/assign
5 years ago
mindspore-ci-bot
a51f01f206
!392 use GraphId as key in AscendKernelRuntime
Merge pull request !392 from caifubi/use-graphid-as-key-in-ascend-kernel-runtime
5 years ago
mindspore-ci-bot
31621467a4
!217 support operator ** // % for scalar and tensor, and "in" "not in" key word, and string concat
Merge pull request !217 from zhangbuxue/support_pow_operator
5 years ago
mindspore-ci-bot
964a2214b2
!332 Fixing problems including class slice example in ME cannot run, adding an example for class SigmoidCrossEntropyWIthLogits in ME etc.
Merge pull request !332 from zhangzheng/master
5 years ago
leonwanghui
a6146a6d2f
Update mindspore-gpu:devel docker image
5 years ago
mindspore-ci-bot
0d0517c22d
!379 Add Group normalization
Merge pull request !379 from JichenZhao/groupnorm
5 years ago
mindspore-ci-bot
7f1816c251
!382 Add parallel operator for SigmoidCrossEntropyWithLogits
Merge pull request !382 from yangzhenzhang/sigmoidloss
5 years ago
caifubi
bce5f57752
use GraphId as key of DavinciModel in ascend_kernel_runtime.cc
5 years ago
zhangz0911gm
4ba6f7884d
Fixing problem issues including class slice example cannot run, adding an example for class SigmoidCrossEntropyWithLogits etc.
5 years ago
buxue
80978cf3cc
support operator ** // % for scalar and tensor, and in not in for dict, ang str concat
5 years ago
huangdongrun
efedcfb530
add test case of Bprop and tester
add test case for grad concat
fix usage in test framework
fix testcase
format code
5 years ago
mindspore-ci-bot
8f6b941a97
!389 Refactor docker image layer framework
Merge pull request !389 from leonwanghui/dockerfile
5 years ago
leonwanghui
c95a04f215
Refactor docker image framework
Signed-off-by: leonwanghui <wanghui71leon@gmail.com>
5 years ago
mindspore-ci-bot
ac9f24a74f
!342 Fix kernel query log level
Merge pull request !342 from zjun/fix_log_level
5 years ago
chang zherui
8bdcd8c267
modify test_cell_bprop.py ut
5 years ago
maoweiyong
257464ef7b
fix gpu op register
5 years ago
zhaojichen
77fd2e841e
Add Group Normalization
5 years ago
mindspore-ci-bot
642e6e7e63
!376 GetNext parallel optimization, Part1: Pass to insert memcpy_async for GetNext outputs
Merge pull request !376 from wenchunjiang/getnext_pass
5 years ago
mindspore-ci-bot
9d2bd1b7e5
!374 share mem of parameter between child graphs
Merge pull request !374 from chenfei/share-mem-of-parameter-between-child-graph
5 years ago
mindspore-ci-bot
3d92ac6ee1
!380 [MS][Windows]build.bat support input -j value
Merge pull request !380 from chenjianping/build-bat-support-input
5 years ago
mindspore-ci-bot
63cd3b1fb4
!371 Add NCCL ci test cases
Merge pull request !371 from ZPaC/add-gpu-distributed-ci-test-case
5 years ago
yangzhenzhang
57cd9f8188
add parallel op for sigmoidloss
5 years ago
wenchunjiang
ee5f3fa240
add pass to insert memcpy_async for get_next outputs
5 years ago
chenjianping
a9426cbd89
build.bat support input -j value
5 years ago
zhaojichen
04c522d0c6
Add Group Normalization
5 years ago
zhaojichen
0b7de6968f
Add Group Normalization
5 years ago
zhaojichen
898acc3201
Add Group Normalization
5 years ago
zhaojichen
ebe6efff71
Add Group Normalization
5 years ago