i-robot
c80098b261
!20712 [Auto parallel] Enable All2All when inferring redistribution ops
Merge pull request !20712 from Xiaoda/76-change-alltoall-redistribution
4 years ago
i-robot
26bfbf9124
!18282 [assistant][ops]New operator implementation, include HSigmoid and HSigmoidGrad
Merge pull request !18282 from 张璇/hsigmoid_grad
4 years ago
Xiaoda Zhang
bb5d4212f7
enable All2All in infering redistribution ops
4 years ago
i-robot
1e1d7d5739
!20443 Add numpy-native ut/st
Merge pull request !20443 from 杨林枫/add_numpy_ut
4 years ago
wanglixin
33e93e296c
[fix][assistant][I3PYD0] fix bug in the Ascend operator HSigmoid and HSigmoidGrad
4 years ago
wild-fox
b6c575689d
[feat][assistant][I3PYD0] add new Ascend operator HSigmoid
4 years ago
wanglixin
a377ade89f
[feat][assistant][I3PYD3] add new Ascend operator HSigmoidGrad
4 years ago
i-robot
0f8a21693b
!18266 [assistant][ops]New operator implementation, include SoftShrink and SoftShrinkGrad
Merge pull request !18266 from 张璇/softshrink
4 years ago
i-robot
69a7ef8632
!20707 [AutoParallel]AutoParallel support control flow
Merge pull request !20707 from lichen/auto_parallel_support_control_flow
4 years ago
i-robot
bcb49f10b4
!20702 Fix NumpySlicesDataset not accept NumPy as data
Merge pull request !20702 from xiaotianci/fix_numpy_slices
4 years ago
i-robot
7666b6e388
!20708 fix exception type to TypeError
Merge pull request !20708 from xychow/fix-exception-type
4 years ago
i-robot
e8448f972b
!20725 Support the tensor of string dtype.
Merge pull request !20725 from 张清华/opt
4 years ago
Zhang Qinghua
f91c697efc
Support the tensor of string dtype.
4 years ago
lichenever
3c7cfb7c08
auto_parallel_support_control_flow
4 years ago
Xiao Tianci
53c01c437d
fix NumpySlicesDataset not accept numpy
4 years ago
wangrao124
463ca2434c
add numpy-native ut/st test files
4 years ago
zhousiyi
9319eff958
change the error type from RuntimeError to TypeError
4 years ago
Lizxxy
5d00d482e4
[feat][assistant][I3PYDC] add new Ascend operator SoftShrinkGrad
4 years ago
zx
be26e62080
[feat][assistant][I3PYDB] add new Ascend operator SoftShrink
4 years ago
i-robot
a7d40fc220
!20520 [AutoParallel]Add op AllToAllv
Merge pull request !20520 from lichen/add_op_AllToAllv
4 years ago
i-robot
ed4c9682b5
!20505 limit the scope of lift free variable
Merge pull request !20505 from xychow/limit-lift-scope
4 years ago
lichenever
8c1998fd6b
add_op_AllToAllv
4 years ago
i-robot
c9d3c1d346
!20411 enable optimizer parallel for inference
Merge pull request !20411 from gziyan/enable_opt_shard_predict
4 years ago
i-robot
6061194083
!20490 update check strategy for conv2d
Merge pull request !20490 from yangzhenzhang/update-check-strategy-for-conv2d
4 years ago
zhousiyi
597f29ea7d
limit the lambda lift scope to the func_graph passed
4 years ago
zhousiyi
b590f6d929
don't replace u with fprop_u in primal_graph and bprop_fg
4 years ago
yangzhenzhang
b31cd27a08
update check strategy for conv2d
4 years ago
Ziyan
1c9166e0a6
remove restriction for opt shard in inference
4 years ago
Xiaoda Zhang
04381273b3
Add the sharding propagation function:
1) users configure sharding strategies for operators;
2) framework will propagate the strategies from configured-ops to
non-configured ops using BFS;
3) the propagation goal is to minimize redistribution communication
cost;
4 years ago
i-robot
ea440db85e
!18488 Remove Parameter Check in PyNative mode
Merge pull request !18488 from caifubi/master-pynative-no-parameter
4 years ago
i-robot
8508c9eb45
!18179 [MD] add slice patches op in c++ and python
Merge pull request !18179 from liyong126/slice_patches_op
4 years ago
i-robot
4a8225eaf4
!19160 Fix parameter check of Rotate and GaussianBlur API
Merge pull request !19160 from xiaotianci/fix_rotate_and_gaussian_blur
4 years ago
i-robot
b93907fdca
!19246 Change Loss to LossBase
Merge pull request !19246 from chenhaozhe/change-loss-base
4 years ago
liyong
9a1de0af65
add slice patches in python and c++
4 years ago
zhousiyi
a5b4e7bbf8
lift fv before grad except weight, then convert
switch(cond, partial(g1, xs), partial(g2, ys))(Zs)
to
switch(cond, g1, g2)(Xs, Ys, Zs)
switch_layer(index, make_tuple(partial(g1, xs), partial(g2, ys)))(Zs)
to
switch_layer(index, make_tuple(g1, g2))(Xs, Ys, Zs)
put Zs at last when unifyparameter as it may have u-monad or io-monad
use joined args other than broadened one as some extra parameter which is not a parameter of while_header can be add to while_body
inline fprop_switch forcely
reorder the parameter if one of the parameter is Monad when incorporate call
incorporate switch tuple_getitem if item 0 of tuple is EnvInstance or
item 1 of tuple is bprop function
addn with shape() and shape(1)
remove context_ from FuncGraphEvaluator to make it re-entry able to resolve evaluator stuck issue because of re-entry of the same FuncGraphEvaluator
4 years ago
chenhaozhe
086a871975
Change Loss to LossBase
4 years ago
Xiao Tianci
8cdd0d8d90
fix param check for Rotate and GaussianBlur
4 years ago
i-robot
8102d68b8b
!18420 Give concreted error when mappable dataset lack __len__ method
Merge pull request !18420 from luoyang/API-check-pybind-name
4 years ago
YangLuo
17c121b087
Give concreted error when mappable dataset lack __len__ method
4 years ago
lichenever
db8850a4a3
pipeline_support_predict_master
4 years ago
i-robot
905cba5ae0
!18788 Fix cache_admin stderr message and TFRecord get_dataset_size() when cached
Merge pull request !18788 from lixiachen/fix_stderr_msg
4 years ago
i-robot
708e56f659
!17899 Fix compile cache bug for resent50
Merge pull request !17899 from LiangZhibo/cache
4 years ago
Ziyan
be1f5a43d7
opt shard fit micro batch
4 years ago
l00591931
8ae5d7cc84
Fix compile cache for resnet50
4 years ago
yangzhenzhang
69acf757d0
add parallel op for conv2d backprop input
4 years ago
Lixia Chen
1f03b16e0e
Fix cache_admin server start stderr output
Fix TFRecord get_dataset_size() when cached
4 years ago
Harshvardhan Gupta
6845a16b44
fix coredump with large max_rowsize and add arg validations
4 years ago
YangLuo
4e9f6d54f7
update cpp api & doc
4 years ago
i-robot
dca5504fd4
!15672 [assistant][RGB2BGR]
Merge pull request !15672 from QingfengLi/rgb2bgr
4 years ago
chenx2ovo
4b98099dcb
[feat][assistant][I3CEGQ] add op rgb2bgr
4 years ago