peixu_ren
|
bef1fc7f19
|
add sample functions in normal and bermoulli distributions
|
5 years ago |
avakh
|
421b80bf8f
|
updating python unit tests based on floating point bounding boxes + adding coco dataset in unit tests
|
5 years ago |
tony_liu2
|
14899a1410
|
fix gnn random walk pr 1977 comments
add fix to random resize decode crop test case
fix pylint issues
|
5 years ago |
Xun Deng
|
0aa26c1815
|
add high level abstract class Distribution and two example class:
Bernoulli and Normal
|
5 years ago |
mindspore-ci-bot
|
9ba937b1af
|
!2920 Updating 3 BBox AugOps for Float + Common Files for BBox Float Support - (VertFlip/RandomCrop/RandomResizeCrop)
Merge pull request !2920 from danishnxt/AugOps-M1-Python
|
5 years ago |
Shida He
|
cb4c74c7c0
|
Keep parameters of the previous step in TensorLoader
Add name truncating to support mindinsight loading parameter
Refactoring and address review comments
|
5 years ago |
mindspore-ci-bot
|
c9929fd8a1
|
!2900 Update BoundingBoxAugment and RandomHorizontalFlipWithBBox to use float
Merge pull request !2900 from islam_amin/object_ops_cc_float
|
5 years ago |
mindspore-ci-bot
|
92d2011b8b
|
!2924 [Dataset Python UT] Disable md5 random perspective test
Merge pull request !2924 from TinaMengtingZhang/redo-skip-md5-random-perspective-test
|
5 years ago |
mindspore-ci-bot
|
6d946b6a19
|
!2890 Fix for Alexey's testcase
Merge pull request !2890 from JesseKLee/queue_perf
|
5 years ago |
Danish Farid
|
78c370f72a
|
First Commit - New Infrastructure - Python UT tests + Common Aug Files
fix accidental change overwrite
fix 2
updated inits from 0 to 0.0 for float
improvd python ut comments
updated macro
|
5 years ago |
tinazhang
|
8455f957ac
|
disable md5 random perspective test case
|
5 years ago |
wuyongkang
|
02dd305bb0
|
Optimization for ApplyTransform function
|
5 years ago |
jinyaohui
|
c7f6527e92
|
fix print file bug
|
5 years ago |
wuyongkang
|
13f9bb6a87
|
Simplify PrimitiveTotalEqual
|
5 years ago |
mindspore-ci-bot
|
faa1084bd8
|
!2865 asymmetric param row split support for GatherV2
Merge pull request !2865 from yihuaijie/dev
|
5 years ago |
mindspore-ci-bot
|
6798c548a8
|
!2910 set graph executable after split graphs
Merge pull request !2910 from chenfei_mindspore/set-executable-after-split-graphs
|
5 years ago |
jiangjinsheng
|
f3badea5bc
|
fix Split
|
5 years ago |
mindspore-ci-bot
|
b82926138d
|
!2905 two level reduce sparse gradient
Merge pull request !2905 from kisnwang/parallel-reduce-sparse-gradient
|
5 years ago |
chenfei
|
cfa7bd094a
|
set executable after split graphs
|
5 years ago |
mindspore-ci-bot
|
0a375743d1
|
!2860 stream analysis for memory reuse
Merge pull request !2860 from gukecai/stream-for-memcpy
|
5 years ago |
mindspore-ci-bot
|
3a399f0802
|
!2907 fix LinSpace
Merge pull request !2907 from jiangjinsheng/issue_fix4
|
5 years ago |
mindspore-ci-bot
|
5baae2ebd0
|
!2884 Add TBE op UnsortedSegmentProd for VM.
Merge pull request !2884 from liuxiao93/UnsortedSegmentProd
|
5 years ago |
mindspore-ci-bot
|
c0e454c07b
|
!2896 Optimize the codes of Tensor ToString().
Merge pull request !2896 from ZhangQinghua/master
|
5 years ago |
mindspore-ci-bot
|
716d0eb969
|
!2894 debug for out of memory when global shuffle level was set for large dataset of Bert
Merge pull request !2894 from shibeiji/master
|
5 years ago |
mindspore-ci-bot
|
bd60db5c11
|
!2811 support vm for ParallelConcat
Merge pull request !2811 from jiangjinsheng/vm_parallel_concat
|
5 years ago |
Zhang Qinghua
|
0b3b174470
|
Optimize the codes of Tensor ToString().
|
5 years ago |
gukecai
|
9e9286fd74
|
x\stream for mem reuse
|
5 years ago |
kswang
|
a719a9fe3a
|
add two level reduce sparse gradient
|
5 years ago |
liuxiao93
|
2b0ecfd2b1
|
Add TBE op UnsortedSegmentProd for VM.
|
5 years ago |
jiangjinsheng
|
0d22e64fa8
|
fix LinSpace doc
|
5 years ago |
mindspore-ci-bot
|
7304f02410
|
!2902 move weight data copy to warmup stage
Merge pull request !2902 from dinghao/master
|
5 years ago |
mindspore-ci-bot
|
dab7ad44ab
|
!2901 Optimization for parser
Merge pull request !2901 from Kang/master
|
5 years ago |
qianlong
|
0c35247b58
|
change icu4c compile way
|
5 years ago |
mindspore-ci-bot
|
62a75eddea
|
!2886 only save ckpt in rank0 for Transformer
Merge pull request !2886 from yuchaojie/transformer
|
5 years ago |
wuyongkang
|
6618a42bf1
|
Optimization for parser
|
5 years ago |
Yi Huaijie
|
cae254f4df
|
asymmetric row split support for GatherV2
|
5 years ago |
mindspore-ci-bot
|
33e0d5c571
|
!2903 Fix bus error
Merge pull request !2903 from zhoufeng/fix-bus-error
|
5 years ago |
mindspore-ci-bot
|
e32ea53db5
|
!2864 add mobilenetV2 export
Merge pull request !2864 from chenzhongming/master
|
5 years ago |
zhoufeng
|
f5d726b0f9
|
Fix bus error
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
|
5 years ago |
dinghao
|
bd5a9eddb9
|
fix weight copy
|
5 years ago |
islam_amin
|
dfc3409f67
|
Update RandomHorizontalFlipWithBBox and BoundingBouxAugment C++ Ops to use floats
|
5 years ago |
mindspore-ci-bot
|
b967997554
|
!2858 JPEG decoder hangs if the image is sliced to 3 bytes
Merge pull request !2858 from h.farahat/slice_jpeg
|
5 years ago |
mindspore-ci-bot
|
7f37bfbb16
|
!2885 skip strategy ckpt save for reshape
Merge pull request !2885 from yao_yf/skip_reshape_strategy_ckpt
|
5 years ago |
wukesong
|
5421d81878
|
add lenet&alexnet information in model_zoo README.md
|
5 years ago |
chenzomi
|
d383ade6f9
|
add mobilenetV2 quant export
|
5 years ago |
mindspore-ci-bot
|
751b5e6fac
|
!2897 Modify VOCDataset output float dtype bbox
Merge pull request !2897 from xiefangqi/md_voc_support_float
|
5 years ago |
mindspore-ci-bot
|
3b53f4ab75
|
!2893 Simplify untyped nodes tracking in optimizer to flag
Merge pull request !2893 from thlinh/dev_Jul06_simplify_nodes_tracking
|
5 years ago |
xiefangqi
|
62d55fdbce
|
vocdataset support float bbox
|
5 years ago |
shibeiji
|
8d927957e9
|
debug for machine down because of out of memory when global shuffle level was set for large dataset
|
5 years ago |
mindspore-ci-bot
|
146b941e26
|
!2883 Do not generate file ms_output_*.pb when compiling graph
Merge pull request !2883 from fary86/remove_ms_output_xxx_pb
|
5 years ago |