Peilin Wang
71e8bb1960
general split case done, chaining sampler (basic case) is working
implementation 99% complete
everything and tested except for repeatable shuffling
tested most basic/typical split usecases
cleanup
some more cleanup
fix CI
more ci fix
more ci fixes
more ci fix
more ci fix
more ci fix
added more tests, fixed some bugs
some more clean up and test cases
added shard/shuffle before split warning/error
addressed code review comments and ci
fixed ci
6 years ago
jinyaohui
bcfaff97f9
clean pylint
6 years ago
mindspore-ci-bot
051567ba20
!1192 Support string type Stage !
Merge pull request !1192 from h.farahat/string_Tensor
6 years ago
mindspore-ci-bot
4efa9717bb
!1129 Add op bounding box encoder
Merge pull request !1129 from zhaozhenlong/op/bounding-box-encoder
6 years ago
mindspore-ci-bot
6de7eb2633
!1203 delete ApplyAdamD for master
Merge pull request !1203 from changzherui/code516
6 years ago
changzherui
1e93927772
code 516 for test
6 years ago
mindspore-ci-bot
c3d9f18087
!1176 fix validator for transpose
Merge pull request !1176 from jiangjinsheng/issue_transpose
6 years ago
mindspore-ci-bot
c169ac6a18
!1195 add validate for geswitch and merge
Merge pull request !1195 from jiangjinsheng/issue_geswitch
6 years ago
jiangjinsheng
e45532b78c
fixed transpose
6 years ago
jiangjinsheng
c05203ef06
add validate for geswitch and merge
6 years ago
mindspore-ci-bot
0040764dec
!1100 delete some context param(enable_loop_sink,enable_mem_reuse,enable_auto_mixed_precision)
Merge pull request !1100 from jinyaohui/context_opt_2
6 years ago
jinyaohui
2907cf4488
remove some context param
6 years ago
zhaozhenlong
b54ffdc086
add op BoundingBoxDecode
iou
NMSWithMask
larsupdate testcase
sgd testcase
6 years ago
mindspore-ci-bot
92d196f054
!1178 Complete vm ops for ROIAlign and ROIAlignGrad
Merge pull request !1178 from zhouneng/add_vm_support_roialign
6 years ago
hesham
e8ca243364
-Add DE_STRING
-replace switch'case by indexing
- Add test case
- Add constructors
- Add getItem string
- Fix bugs
- Add more tests
- Tensor iterator
- asNumpy
- TextFileDataset
- Tensor(Numpy)
- Super > 2D
- Add more test cases for GeneratorDataset
- Change StartAddr to GetBuffer and GetMutableNuffer
- Raise an error if batch is used with strings
Clean-up work
6 years ago
jiangzhiwen
cb2814b498
flat_map first commit
6 years ago
mindspore-ci-bot
c680cfbf27
!1157 dataset: add concat operation for dataset
Merge pull request !1157 from ms_yan/concat_dataset
6 years ago
mindspore-ci-bot
ab031ee9ea
!1126 VOCDataset support object detection function
Merge pull request !1126 from xiefangqi/voc_support_detection
6 years ago
zhouneng
c2a1b5f8c1
add register info for ROIAlign and ROIAlignGrad
6 years ago
xiefangqi
c937bad53f
minddata support voc
6 years ago
ms_yan
c0fa7b4b19
init commit of concat dataset
change to use __add__ operation instead ds.concat
6 years ago
jiangjinsheng
766906dd6d
support vm for flatten
6 years ago
mindspore-ci-bot
8a853cec2d
!1171 adjust onnx related testcases
Merge pull request !1171 from fary86/adjust_onnx_related_uts
6 years ago
mindspore-ci-bot
bb374ebc28
!1015 Support weights to be compiled according to shape
Merge pull request !1015 from candanzg/me_with_shape
6 years ago
fary86
fe2ee14340
Adjust onnx exporting related testcases
6 years ago
mindspore-ci-bot
a9816fa779
!1026 Add Logsigmoid and Reduce_logsumexp
Merge pull request !1026 from peixu_ren/custom_pp_ops
6 years ago
jonyguo
be2e7531ca
fix: MindDataset parameter shard_id & num_shards check
6 years ago
panyifeng
755ba75deb
fix pylint
6 years ago
mindspore-ci-bot
4bb5c7b39a
!1084 add new interface quant combined
Merge pull request !1084 from SanjayChan/04quant
6 years ago
peixu_ren
99fda6f431
Add logsigmoid and reduce_logsumexp
6 years ago
mindspore-ci-bot
a2a3b1c6c5
!1089 Add Optimizer method get_lr_parameter
Merge pull request !1089 from ghzl/add-get-lr-base-on-parameter
6 years ago
Cathy Wong
913074e656
Cleanup dataset UT: resolve skipped test units
6 years ago
mindspore-ci-bot
6b68671805
!1069 Use a resident process to write summary files and SummaryRecord as context manager
Merge pull request !1069 from 李鸿章/context_manager
6 years ago
李鸿章
32c1d558f4
SummaryRecord as context manager
6 years ago
mindspore-ci-bot
7e3ec651dc
!1094 Complete vm ops for L2Normalize and L2NormalizeGrad
Merge pull request !1094 from zhouneng/add_vm_support_l2normalize
6 years ago
candanzg
2cc85bdc93
Support weight compile according to shape
Signed-off-by: candanzg <zhangshucheng@huawei.com>
6 years ago
mindspore-ci-bot
21bcdcd8ad
!1121 Complete vm ops for ResizeBilinear and ResizeBilinearGrad
Merge pull request !1121 from lihongkang/master
6 years ago
chenzomi
1239cd6135
Merge branch 'master' into 04quant
6 years ago
guohongzilong
e70b2f5430
add optimizer.get_lr_parameter() method
6 years ago
chenzomi
bf6246e617
add quant combined
6 years ago
mindspore-ci-bot
1a98c6b459
!999 [MD] mindrecord support reading file list
Merge pull request !999 from liyong126/mindrecord_file_list
6 years ago
mindspore-ci-bot
25b2424f9b
!1042 clean pylint warning in test_framwork dir
Merge pull request !1042 from jinyaohui/clean_pylint
6 years ago
lihongkang
ca8a914736
接入算子resizebilinear and resizebilineargrad
6 years ago
mindspore-ci-bot
6f386c5782
!1082 Support 'break', 'continue' and 'pass' statements
Merge pull request !1082 from hewei/support_cont_break
6 years ago
liyong
aa3f89e74f
mindrecord support read file list
6 years ago
He Wei
33fa90efc9
Support 'break', 'continue' and 'pass'
To handle 'break' and 'continue' statement, a loop context is pushed
to a stack before we parse the loop body, and pop it after body parsed.
When a 'break', 'continue' statement is encountered, we retrieve current
loop contex from the stack, and let the current block jump to the end
block or header block;
For 'break' statement, we added an extra 'end_block' follow the 'after_block',
because 'after_block' is called from a ContionalJump in 'header_block', it can
not be set as jump target from other place. to support 'break', we let loop
body jump to the 'end_block' at the 'break' point. and 'after_block'
maybe a good place to handle loop 'else' clause in the future.
Handle 'pass' is simple, just bypass it when doing parse.
6 years ago
mindspore-ci-bot
0345995000
!1110 [AutoParallel]fix gatherv2 and dataset bug
Merge pull request !1110 from lichen/fix_gatherv2_and_dataset_bug
6 years ago
jinyaohui
26fd75895d
pylint waring clean
6 years ago
mindspore-ci-bot
18019ad6a5
!1038 clean some context param
Merge pull request !1038 from jinyaohui/clean_context
6 years ago
lichenever
debfd38b75
fix gatherv2 and dataset bug
6 years ago