mindspore-ci-bot
2d4e3b6828
!509 Fixup py Normalize op doc: takes input CHW
...
Merge pull request !509 from cathwong/ckw_dataset_py_ut2
5 years ago
Cathy Wong
60df369100
Fixup py Normalize doc: takes input CHW
5 years ago
ch-l
c71234f383
improve rec-prog str generator
5 years ago
mindspore-ci-bot
6369cf27bd
!406 added first row crc check for when reading tfrecord files
...
Merge pull request !406 from Peilin/first-row-crc-check
5 years ago
mindspore-ci-bot
98fbd30a5b
!460 [Data]Add filter operation
...
Merge pull request !460 from xulei/filter_master
5 years ago
mindspore-ci-bot
822a3160e4
!404 [Dataset] Add Python Sampler support for CPP dataset
...
Merge pull request !404 from JunhanHu/python_sampler_for_cpp_dataset
5 years ago
xulei2020
c705ea5e5b
add filterOp code
5 years ago
Peilin Wang
9bc2134cb7
added checking of first row crc to find invalid tfrecord files
...
addressed code review comments. added check in python layer to exclude directories and to raise an error if a pattern does not match any file
fixed clang format
fixed cppcheck
fixed cppcheck (used std::accumulate and std::copy_if). regenerated tfrecord file to contain correct header, it was a dummy header before
fixed cppcheck: added const reference for string parameter for lambdas, fixed clang format: whitespace adjustments
more clang whitespace fixes...
changed print to logger.info
5 years ago
mindspore-ci-bot
d8176a77f4
!425 New api "TextFileDataset"
...
Merge pull request !425 from yanghaitao/yht_textfiledatasetv2
5 years ago
mindspore-ci-bot
ac83d09651
!489 Fix __FILE__ macro when symbolic links exist in the path to code directory
...
Merge pull request !489 from yanghaoran/master
5 years ago
mindspore-ci-bot
11a4b35caa
!472 Fix inputs size and attr for AddN fission pass
...
Merge pull request !472 from YuJianfeng/master
5 years ago
mindspore-ci-bot
2f1a037f2d
!497 dataset: Modify take Op MS_LOG level etc
...
Merge pull request !497 from ms_yan/take_log
5 years ago
mindspore-ci-bot
7095dc5268
!500 fix attribute mapping when docking open source operators
...
Merge pull request !500 from zhangbuxue/fix_attribute_mapping
5 years ago
buxue
4f8fa79f33
fix attribute mapping when docking open source operators
5 years ago
mindspore-ci-bot
5434a96d85
!493 support python func print and != for list with none
...
Merge pull request !493 from zhangbuxue/support_python_func_print
5 years ago
mindspore-ci-bot
0cdb1171d5
!87 Take AllToAll as a virtual operator in cost model
...
Merge pull request !87 from gziyan/dev_alltoall
5 years ago
wangnan39@huawei.com
7b99a1cb2a
fix bug in model predict and eval
5 years ago
mindspore-ci-bot
c3ec9712e0
!403 add cell class name to error message
...
Merge pull request !403 from fary86/add_cell_name_to_error_message_for_nn_layer
5 years ago
buxue
7c233a57fa
support python func print and != for list with none
5 years ago
ms_yan
c5cfb09e66
Repair some MS_LOG problem
5 years ago
VectorSL
c000fb2f34
gpu add float_status kernel
5 years ago
mindspore-ci-bot
679dbd27b3
!478 fix save_graphs_path and log file mode related issues
...
Merge pull request !478 from fary86/fix_log_and_ir_issues
5 years ago
mindspore-ci-bot
5519bce8ae
!491 回退 'Pull Request !263 : optimize cmake for tvm '
...
Merge pull request !491 from lupengcheng/revert-merge-263-master
5 years ago
lupengcheng
4b2f546730
回退 'Pull Request !263 : optimize cmake for tvm '
5 years ago
mindspore-ci-bot
a55d8a144d
!470 pynative support reducemean
...
Merge pull request !470 from JoyLvliang/pynative-support-reducemean
5 years ago
yanghaoran
4f0034353e
add realpath to acquire real cmake dir despite usage of symbolic links
5 years ago
wsc
f51d5fc411
Add interface to get the attributes of network
5 years ago
lvliang
c6b2b0df1e
pynative-support-reducemean
5 years ago
fary86
7e23a1a475
Fix issues of save_graphs_path, Type/Value error message and log file mode
5 years ago
mindspore-ci-bot
57f6fa6439
!459 remove reshape operators pair
...
Merge pull request !459 from liubuyu/master
5 years ago
YuJianfeng
bc2df2c913
Fix inputs size and attr for AddN fission pass
5 years ago
mindspore-ci-bot
3ba31ec15a
!419 Tensor assign with bool Tensor
...
Merge pull request !419 from candanzg/tensor_assign_bool_index
5 years ago
mindspore-ci-bot
b554a86832
!469 add comment for export lite model
...
Merge pull request !469 from yangjie159/add-comment-of-export-lite-model
5 years ago
mindspore-ci-bot
48f1541fa8
!453 fix doc/comments issues
...
Merge pull request !453 from 万万没想到/I1CEDO
5 years ago
yanghaitao
2795e492ff
TextFileDataset
5 years ago
mindspore-ci-bot
18580a7867
!261 Add summary module python code to extract histogram info from tensor
...
Merge pull request !261 from wenkai/histogram_dev3cp
5 years ago
mindspore-ci-bot
3822b4837f
!340 Add a HistogramSummary ops to record tensor value
...
Merge pull request !340 from ougongchang/master
5 years ago
mindspore-ci-bot
15c8ef66ba
!401 Add ops Abs\AbsGrad\Sign\SmoothL1Loss\SmoothL1LossGrad\TopK for VM.
...
Merge pull request !401 from liuxiao/openresource
5 years ago
liubuyu
8c424785fb
remove reshape pair
5 years ago
Ziyan
0d208e00bd
Model ALLTOALL as a single operator in cost model; scale the ALLTOALL,
...
ALLGATHER, and REDUCESCATTER with different factors; change the BETA and
GAMMA value in cost model.
5 years ago
mindspore-ci-bot
ae7556ffbc
!468 Fix compile option --verbose
...
Merge pull request !468 from ZhouFeng/fix-compile-verbose
5 years ago
candanzg
3f087dba1a
Tensor assign syntax:
...
1) A[B]=U
2) A[A>n]=U
A.shape == B.shape
U is a scalar or Tensor(size==1)
B is Tensor(dtype=bool)
n is a Number
Signed-off-by: candanzg <zhangshucheng@huawei.com>
5 years ago
Junhan Hu
d0ae610832
Review
5 years ago
Junhan Hu
43a2e99833
Add python sampler support for CPP dataset
5 years ago
yangjie159
7b5a31dc83
add comment for export lite model
5 years ago
zhoufeng
c889320f4e
fix cmake verbose
5 years ago
candanzg
de7457c9f5
fixed bug for makedirs in python
...
Signed-off-by: candanzg <zhangshucheng@huawei.com>
5 years ago
candanzg
79c4312e89
NotEqual op auto cast
...
Signed-off-by: candanzg <zhangshucheng@huawei.com>
5 years ago
mindspore-ci-bot
3ad73b7d71
!463 !330 dataset: add take operation
...
Merge pull request !463 from ms_yan/take_op_merge
5 years ago
mindspore-ci-bot
663ae4d7c2
!462 fix dataset deepcopy failed while depipline referenced in the iterator
...
Merge pull request !462 from caojian05/mindspore_master_bugfix
5 years ago