nhussain
77d507279c
first working implementation
add string implementation, can handle partial string slices
finish core implementation, added Index object
fix up the logic
add in new SliceOption object, cleaning up tests
5 年前
mindspore-ci-bot
d0e49c5cf8
!6192 Improve the functions of class SequentialCell and add examples
Merge pull request !6192 from lijiaqi/sequentialcell
5 年前
mindspore-ci-bot
1b956c77e0
!6155 modify path of ut and st of mdp
Merge pull request !6155 from byweng/master
5 年前
Jiaqi
76cec24098
modify sequentialcell
5 年前
mindspore-ci-bot
9824d0b20f
!6142 MindData fix batch ops issue
Merge pull request !6142 from xiefangqi/md_fix_map_issue
5 年前
bingyaweng
866a8a1178
modify path of ut and st of mdp
5 年前
mindspore-ci-bot
37e3b6082f
!6002 Reduce inline passes traversal by skipping inline action if no pre-ad python pass exists
Merge pull request !6002 from BowenK/pre_ad
5 年前
xiefangqi
653c79b4af
md fix per_batch_map issue
5 年前
mindspore-ci-bot
a9a3d5a1f5
!5753 remove sens parameter
Merge pull request !5753 from lijiaqi/loss_scale_sens
5 年前
mindspore-ci-bot
c10341dfb7
!6020 Add common check_param_type and set_param_type in distribution
Merge pull request !6020 from XunDeng/new_check_param
5 年前
Jiaqi
94d63b90f4
remove sens parameter
5 年前
mindspore-ci-bot
02c6852699
!6108 add model with loss test case
Merge pull request !6108 from hanyang/master
5 年前
mindspore-ci-bot
8bf5ac1c15
!6032 [bug]add import for ops in ops.py in __init__
Merge pull request !6032 from vlne-v1/change_ops_import
5 年前
Wei Luning
7b6899fdc0
add import of ops in in ops __init__
5 年前
liyong
16147669a6
fix num_samples in concatDataset
5 年前
Wan Hanyang
0b7570eb53
add model with loss, without loso and o2 test case
5 年前
mindspore-ci-bot
3c0aa0a6e4
!6069 support function as condition of if
Merge pull request !6069 from zhangbuxue/support_function_as_condition_of_if
5 年前
mindspore-ci-bot
eb049b0e93
!5842 [Dataset] dataset op log changes
Merge pull request !5842 from luoyang/pylint
5 年前
mindspore-ci-bot
28e2b0253e
!6086 Order dict by column_id in create_dict_iterator()
Merge pull request !6086 from ZiruiWu/order_dict_in_create_dict_iterator
5 年前
Xun Deng
67325d63b0
edited common_dtype and check_param dtype logic
5 年前
Zirui Wu
d54ba374b9
order dict by column_id in create_dict_iterator()
fix CI
5 年前
YangLuo
f5a85510f2
[MD] dataset op log changes
5 年前
nhussain
96de2ffdb6
fix errors from old compose call in Python
5 年前
mindspore-ci-bot
d8c09067ce
!5801 [MD][Feature] minddata iterator output ms_tensor
Merge pull request !5801 from xiefangqi/md_modify_output_tensor
5 年前
buxue
b9c9046b93
support function as condition of if
5 年前
Wan Hanyang
2ceea1e59d
add a self attention test case
5 年前
mindspore-ci-bot
5b4642d10a
!4950 Fixing Minddata profiling monitor
Merge pull request !4950 from anthonyaje/monitor_fix
5 年前
mindspore-ci-bot
48b337f206
!6026 fix some test case
Merge pull request !6026 from suteng/master
5 年前
xiefangqi
9b3c33e157
minddata iterator output ms_tensor
5 年前
mindspore-ci-bot
cf7d6eddc4
!6019 [MD] Move Random(Choice/Apply/Order) from vision to transforms module
Merge pull request !6019 from nhussain/move_random_choice_apply
5 年前
Su Teng
7b46f46a65
remove unuse test
5 年前
mindspore-ci-bot
dd215f4080
!5735 delete seed0 and seed1
Merge pull request !5735 from caozhou/delete_seed
5 年前
mindspore-ci-bot
f1979f8fe5
!5998 change internal API _get_strategy() to _get_shard_strategy()
Merge pull request !5998 from yihuaijie/master
5 年前
mindspore-ci-bot
a778868a5a
!5929 BucketBatchByLength column issue
Merge pull request !5929 from MahdiRahmaniHanzaki/bucket_batch_by_length_fix
5 年前
nhussain
f42f9ef9d7
move random apply order and choice ops
5 年前
nhussain
92e99ff224
change map calls
5 年前
mindspore-ci-bot
eedbbb3649
!5958 Modify interface for function and remove duplicated def
Merge pull request !5958 from lilei/modify_bug
5 年前
BowenK
e482e4e8bf
reduce pass traversals if no pre-ad python pass exists
5 年前
mindspore-ci-bot
2f529c149a
!5991 Change API set_strategy() to shard()
Merge pull request !5991 from yihuaijie/master
5 年前
Yi Huaijie
eb83ea9607
change internal API _get_strategy() to _get_shard_strategy()
5 年前
Yi Huaijie
a836d25c64
change API set_strategy() to shard()
5 年前
anthonyaje
2d08d83247
Fixed connector_size and monitor.
5 年前
Zirui Wu
1bb93580dd
Add usage flag to MNIST/CIFAR
ci fix 1
fix ci 2
fix ci 3
fix ci 4
fix ci 5
fix ci 6
fix ci 7
change var name in CelebA from dataset_type to usage
address review cmts
fix cpp ut fail
change mode to usage in VOCDataset
fix cmts
fix ci test case fail
5 年前
lilei
71adabd944
modify_bug
5 年前
Wei Luning
249382899b
fix bug in cell pickle and copy
5 年前
mindspore-ci-bot
2350a5990b
!5885 [doc]add some document for composite op
Merge pull request !5885 from vlne-v1/add-doc-for-composite-op
5 年前
mindspore-ci-bot
eff187d83d
!5806 [MD] minddata delete set_dataset_size interface
Merge pull request !5806 from xiefangqi/md_delete_setdatasetsize
5 年前
mindspore-ci-bot
0aa9f900dd
!5749 Support multi grad
Merge pull request !5749 from amongo/SupportPyantiveMultiGrad
5 年前
Wei Luning
8c6475fd0b
add composite op doc
5 年前
xiefangqi
d0410d6191
md delete set_dataset_size interface
5 年前