i-robot
|
216e7c6a92
|
!31041 add check for conv2d
Merge pull request !31041 from yangzhenzhang/add-check-for-conv2d
|
4 years ago |
i-robot
|
67d10ce3be
|
!31066 Fix a bug where ROIAlign and CropAndResize distributed op do not support GPU
Merge pull request !31066 from liuluobin/fix_roialign
|
4 years ago |
huangbingjian
|
4f7c9cb27f
|
Support user-defined classes through ms_class decorators.
|
4 years ago |
i-robot
|
99910ef27f
|
!31088 convert C++ data to python when run fallback function
Merge pull request !31088 from lianliguang/add-fallback-builtin-function
|
4 years ago |
yangzhenzhang
|
c00d29f223
|
rebase
|
4 years ago |
liyong
|
50fc6f5736
|
Revert "!30810 [MD] add OBSMindDataset "
This reverts commit 9fcab9184e39a97106b7e07a2f8177d1a60ae8da, reversing
changes made to afb33fff62.
|
4 years ago |
liuluobin
|
8f045d02e3
|
Fix a bug where ROIAlign and CropAndResize distributed op do not support GPU
|
4 years ago |
lianliguang
|
d9390afad1
|
convert MS C++ dtype to MS python
|
4 years ago |
xiao_yao1994
|
94df0869ad
|
uni_backend: add ut ge test
|
4 years ago |
Bert0108
|
bfc5e4345c
|
add distributed operators for argmax/min sqauresumall and unsortedsetmentprod
|
4 years ago |
liyong
|
10ada68fa9
|
add OBSMindDataset
|
4 years ago |
i-robot
|
059ac45ae8
|
!30920 Call Draw function directly
Merge pull request !30920 from huanghui/fix-draw
|
4 years ago |
wanyiming
|
a124ec4de7
|
add dynamic_decay
|
4 years ago |
i-robot
|
b32daf3cb4
|
!31000 add fallback example of function
Merge pull request !31000 from lianliguang/add-fallback-builtin-function
|
4 years ago |
i-robot
|
698b99aaa3
|
!18945 [assistant][ops]New operator implementation, include OmniglotDataset
Merge pull request !18945 from Wangsong95/omniglot_dataset
|
4 years ago |
lianliguang
|
f3b1e3291c
|
add jit fallback example
|
4 years ago |
qkeys
|
ce7597f500
|
[feat][assistant][I3J6VB] add new data operator OmniglotDataset
|
4 years ago |
i-robot
|
0b207fce31
|
!29735 unique support multi_dim tensor
Merge pull request !29735 from jiangzhenguang/unique_multi_tensor
|
4 years ago |
i-robot
|
f73987dcf2
|
!30949 Change the Parameter type name from 'ParameterTensor' to 'Parameter'
Merge pull request !30949 from 张清华/opt
|
4 years ago |
jiangzhenguang
|
28f89f36b4
|
unique support multi-dim tensor
|
4 years ago |
Zhang Qinghua
|
973008ebcf
|
Change the Parameter type name from 'ParameterTensor' to 'Parameter'
|
4 years ago |
i-robot
|
82bc2b722d
|
!30417 add history and lambda callbacks
Merge pull request !30417 from liutongtong9/add_callbacks
|
4 years ago |
i-robot
|
75e1939f50
|
!30899 Enable python buildin function type for graph fallback and add some ut for python buildin function for graph fallback
Merge pull request !30899 from LiangZhibo/syntax
|
4 years ago |
i-robot
|
2655d64720
|
!30865 [MD] Modify Batch number of workers with Python multiprocessing
Merge pull request !30865 from cathwong/ckw_batch_workers_pymultip
|
4 years ago |
Cathy Wong
|
bc29dd9d72
|
[MD] Modify Batch number of workers with Python multiprocessing
|
4 years ago |
i-robot
|
335ef1c270
|
!30459 Add ut validate function for parallel
Merge pull request !30459 from liuluobin/ut_master
|
4 years ago |
i-robot
|
4a9a65d2a6
|
!30919 Produce parallel operators for ReduceAll and ReduceProd
Merge pull request !30919 from Bert0108/reduce_operators_merge
|
4 years ago |
liuluobin
|
b797a410cc
|
Add validate function for parallel ut
|
4 years ago |
huanghui
|
ce0f500a3f
|
convert draw_ to call Draw function derectly
|
4 years ago |
Bert0108
|
dfc92f1791
|
add distributed parallel operators for reduceall and reduceprod
|
4 years ago |
liangzhibo
|
1a81031d92
|
Add testcases for fallback python buildin function
|
4 years ago |
lianliguang
|
55e7f2d761
|
modify DynamicShape to TensorShape
|
4 years ago |
i-robot
|
a2303a92bd
|
!30741 [dataset][dfx] 易用性-Python多进程统一整改专项
Merge pull request !30741 from xiefangqi/md_add_multiprocessing_optimization
|
4 years ago |
i-robot
|
c4cc0e6f26
|
!30742 auto parallel support not ony power of 2 device numbers
Merge pull request !30742 from yao_yf/auto_parallel_support_not_only_2_power
|
4 years ago |
yao_yf
|
b60e54e0d5
|
support not only power of 2
|
4 years ago |
xiefangqi
|
2de6c8908b
|
add a clean up subprocess to clean subprocess when main process exit
|
4 years ago |
liutongtong
|
7afcdfd211
|
add history and lambda callbacks
|
4 years ago |
i-robot
|
b90cf43562
|
!30553 Support dataset reset() to recover after failure
Merge pull request !30553 from h.farahat/reset
|
4 years ago |
i-robot
|
f01d841113
|
!27943 [MD][Autotune] Save/Load Autotune config
Merge pull request !27943 from harshvardhangupta/save_load_at_config
|
4 years ago |
i-robot
|
7b26a32e98
|
!22608 [assistant][ops]New operator implementation, include KITTIDataset
Merge pull request !22608 from Wangsong95/kitti_dataset
|
4 years ago |
h.farahat
|
a3dec34833
|
Dataset failover reset
|
4 years ago |
harshvardhangupta
|
bd61adbb72
|
Implement save/load of autotune dataset pipeline configuration #27943
|
4 years ago |
i-robot
|
70e61e9014
|
!30781 [MD] test_pyfunc_multiprocess_autotune.py - enable AutoTune
Merge pull request !30781 from cathwong/ckw_ut_fixup_map_python_multiproc
|
4 years ago |
i-robot
|
edcc6b790d
|
!30714 [MD][Offload] Add TypeCast op to offload
Merge pull request !30714 from markuskunej/offload_typecast
|
4 years ago |
Cathy Wong
|
eb931c7f88
|
[MD] test_pyfunc_multiprocess_autotune.py - enable AutoTune
|
4 years ago |
i-robot
|
4aa82cc21e
|
!30679 [MD] Add tests for Python Multiprocessing with AutoTune
Merge pull request !30679 from cathwong/ckw_ut_map_python_multiproc
|
4 years ago |
zx
|
93617ce91e
|
[feat][assistant][I3J6VO] add new data operator KITTI
|
4 years ago |
Cathy Wong
|
b151f90b8d
|
[MD] Add tests for Python Multiprocessing with AutoTune
|
4 years ago |
markuskunej
|
6de37045ff
|
Added TypeCast op in dataset offload.
|
4 years ago |
wangjun
|
46612fabfb
|
add st for shard
|
4 years ago |