ms_yan
|
b9742de3a3
|
repeair GeneratorDataset to_device problem
|
5 years ago |
mindspore-ci-bot
|
f5aa3a2eab
|
!411 Modify examples of Cast/NMSWithMask
Merge pull request !411 from Simson/push-to-opensource
|
5 years ago |
kswang
|
83eeac9310
|
optimize execute order sort
|
5 years ago |
mindspore-ci-bot
|
7214c04114
|
!402 Add parallel op for Square
Merge pull request !402 from yangzhenzhang/square
|
5 years ago |
mindspore-ci-bot
|
0f7535171e
|
!417 fix parse_columns help format error in web
Merge pull request !417 from anzhengqi/fix-commit-format-error
|
5 years ago |
mindspore-ci-bot
|
2f4cd8b85e
|
!408 Fix compiles fail with cmake version greater than 3.17 on windows
Merge pull request !408 from ZhouFeng/cmake317-windows
|
5 years ago |
jjfeing
|
f9ef78609f
|
add nc1hwc0_c04 format
|
5 years ago |
liyong
|
149901ce2e
|
remove validation in write raw data
|
5 years ago |
fary86
|
8cbbbd950e
|
Add cell name to error message
|
5 years ago |
anzhengqi
|
34298e2135
|
fix commit format error
|
5 years ago |
mindspore-ci-bot
|
597e4fce07
|
!413 [MS]eliminate securec warning
Merge pull request !413 from chenjianping/eliminate-securec-warning
|
5 years ago |
xiefangqi
|
1d1e085b0b
|
fix mindspore.datasets.apply comments
|
5 years ago |
Xiaoda Zhang
|
79de8f4bdf
|
Adjusting backward communication cost of some operators
|
5 years ago |
yangzhenzhang
|
36ffb66782
|
add parallel op for square
|
5 years ago |
simson
|
10877f077e
|
modify examples of Cast/NMSWithMask
|
5 years ago |
chenjianping
|
523fde0e25
|
eliminate securec warning
|
5 years ago |
mindspore-ci-bot
|
2d31ae97e8
|
!383 add cell psnr
Merge pull request !383 from zhaozhenlong/cell/psnr
|
5 years ago |
zhoufeng
|
c72bafaec9
|
fix compiles fail with cmake version greater than 3.17 on windows
|
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 |
wenkai
|
cce61d462c
|
histogram python dev
|
5 years ago |
YuJianfeng
|
87e71f26cc
|
Erase the visited attr after transdata split
|
5 years ago |
zhaozhenlong
|
aa8fbcc06e
|
add cell psnr
|
5 years ago |
zhaojichen
|
d8bd5a09c4
|
add global batch normalization
|
5 years ago |
zhaojichen
|
d2b04664ca
|
add global batch normalization
|
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 |
zhaojichen
|
616b9ea394
|
add global batch normalization
|
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 |
zhaojichen
|
b5e98042c5
|
add global batch normalization
|
5 years ago |
zhaojichen
|
27c3076849
|
add global batch normalization
|
5 years ago |
chenfei
|
4907abbc24
|
fix bug of real input arg num of set child graph input
|
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 |
zhaojichen
|
37042d5b67
|
add global batch normalization
|
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 |