Commit Graph

3231 Commits (814044963be47ce4a47ba781a041d0c371419e9c)

Author SHA1 Message Date
bai-yangfan f0d18d2ce0 mode_export_modelzoo
5 years ago
mindspore-ci-bot 9d24e2b83b !7397 add repeated calculation num as the last dimension of dev matrix
5 years ago
yujianfeng 18a76ff3c5 Check whether the network args are tensors in the compile phase
5 years ago
mindspore-ci-bot 0a92ef2b98 !7173 make matmul support 1d*Nd and Nd*1d
5 years ago
yangzhenzhang fc4ed975c4 handle repeated calculation
5 years ago
yuchaojie a84affffd7 add QuantConfig & modify quant cells
5 years ago
mindspore-ci-bot 70bd405338 !7375 Change normalize input check
5 years ago
mindspore-ci-bot 7a45596593 !7373 Use MetaTensor instead of Initializer
5 years ago
mindspore-ci-bot 7b060b2562 !7209 Add some fake-quant operators
5 years ago
mindspore-ci-bot a69dbb2da5 !7388 [ME] delete reduant function in check_parameter
5 years ago
chenzomi acadb694aa [ME] delete reduant function in check_parameter
5 years ago
jzg 2c6a9c8486 add fake-quant operators.
5 years ago
anancds 28c9e9d9a5 Added http server based on libevent
5 years ago
chenzomi 5b769dfb20 [ME] Bug fix
5 years ago
lilei 7b135990e7 Use MetaTensor instead of Initializer
5 years ago
Eric d3e89086e5 Removed check for normalize mean
5 years ago
mindspore-ci-bot 0357088a73 !7319 C++ API: vision ops - reorder and add gap UTs; correct parm desc style
5 years ago
mindspore-ci-bot 15b1725198 !7321 Fix ordering for album dataset
5 years ago
mindspore-ci-bot c68f36c81e !7311 [ME] change _check_parameter format
5 years ago
mindspore-ci-bot c967bf6846 !7339 fix for se-resnet50 accurancy
5 years ago
mindspore-ci-bot a5e8c1eab3 !7345 fix a bug case in reshape redistribution
5 years ago
yao_yf 022005b94a fix a bug cases in reshape redistribution
5 years ago
mindspore-ci-bot f4421b4504 !7236 Add new pass:arithmetic_simplify and eliminate_empty_graph
5 years ago
Eric 359ad19884 Added float_array support
5 years ago
Geng_Fei 1455372cf1 add new pass in graph kernel: arithmetic_simplify
5 years ago
huanghui b7519b7418 unify save_graphs_path
5 years ago
mindspore-ci-bot 9aba77dfec !7276 fix cpu conv2d padding
5 years ago
mindspore-ci-bot d4d3d286cb !7227 fix cpu slice with a certain scene
5 years ago
Cathy Wong 9f7c1a32e7 C++ API: vision ops - reorder and add gap UTs; correct parm desc style
5 years ago
mindspore-ci-bot 7e7d47db50 !7266 RandomResizedCrop for C API
5 years ago
mindspore-ci-bot fc14f2f785 !7268 Support Invert and GumbelCDF Bijectors
5 years ago
mindspore-ci-bot 7425e1699e !7235 C++ api add RescaleOp
5 years ago
mindspore-ci-bot b2160eadc4 !7238 [DynamicShape] Add dyanmic shape CI test case
5 years ago
baihuawei ff5fb9d93c fix cpu conv2d padding
5 years ago
shenwei41 87b108f4e0 C++ api add Rescale
5 years ago
mindspore-ci-bot 2801429db0 !7240 auto parallel support reshape redistribution in all scenes
5 years ago
Mahdi c8333accfc RandomResizedCrop C API
5 years ago
Xun Deng f2e8e143be added gumbel_cdf and invert bijectors
5 years ago
mindspore-ci-bot fa5c9c1528 !7264 Fix BatchOp's core dump when input_col_name is incorrect
5 years ago
Zirui Wu c42a1b4a2f fix batch core dump when col name doesn't exist
5 years ago
yao_yf f60d81a15f support reshape redistribution in all scenes
5 years ago
mindspore-ci-bot 186275a517 !7247 export access control
5 years ago
mindspore-ci-bot cfb131b844 !7030 add Meshgrid ops for aicpu
5 years ago
bai-yangfan 763a7bd3aa access_control
5 years ago
caifubi 41849cd7cf Add dynamic shape test case
5 years ago
mindspore-ci-bot 4a077f6341 !7035 Add validation for input image size of affine transformation
5 years ago
baihuawei e7928b9c0e fix scpu slice
5 years ago
mindspore-ci-bot 2cb27c59e0 !7195 Transition tool for TensorRecord to MindRecord, support 1.13.0-rc1 and higher version.
5 years ago
mindspore-ci-bot 2d645fdc7e !7184 [MD] C++ api add TypeCaseOp & RandomCropDecodeResizeOp
5 years ago
mindspore-ci-bot 3695b8ecfa !7191 modify dataset path
5 years ago
mindspore-ci-bot b73cdd903d !7181 [ModelZoo]Change gnn input position
5 years ago
wanyiming e2b8810413 1D*ND
5 years ago
jiangzhiwen 197f0cabe0 check affine input size
5 years ago
Lizhenglong 46667aac4f Transition tools for tensorrecord to mindrecord,support 1.13.0-rc1 and higher version
5 years ago
zhanke 4384ca214f change gnn input position
5 years ago
YangLuo 9e033bbe19 C++ api add TypeCaseOp & RandomCropDecodeResizeOp
5 years ago
hwjiaorui e8f1c6e9b9 modify dataset path
5 years ago
xsmq 6364d56ebe 回退 'Pull Request !6995 : Support the transition of datarecord from 1.x.x version Tensorflow to Mindspore '
5 years ago
mindspore-ci-bot d0e29996ec !4262 Add thread pool
5 years ago
mindspore-ci-bot e62481845e !6995 Support the transition of datarecord from 1.x.x version Tensorflow to Mindspore
5 years ago
lizhenglong 16ef0977ee support_1.x.x tfrecord to mindrecord
5 years ago
buxue 559c741cce improve the way passing ags of partial
5 years ago
mindspore-ci-bot db14ab7fb2 !6969 Add st for pynative mode part3
5 years ago
huanghui a4b485eb51 thread pool
5 years ago
mindspore-ci-bot c951d42c2c !6728 [Ascend][DynamicShape] Dynamic shape feature
5 years ago
mindspore-ci-bot 7af0d3374f !7147 insert memcpy in hccl input
5 years ago
caifubi d3b978147f Ascend Dynamic Shape
5 years ago
jjfeing 755863ebae insert memcpy when hccl node
5 years ago
mindspore-ci-bot 55e369a125 !7144 [ME] change `check_integer` to format `check_positive_int` and `check_integeter`
5 years ago
mindspore-ci-bot f5e91a544d !7123 fix cpu slice op
5 years ago
chenzomi d471d32e87 [ME] change `check_integer` to format `check_positive_int` and `check_integeter`
5 years ago
mindspore-ci-bot 3d21c80e3b !7110 [ME] delete check_bool and replace with Validate.check_bool
5 years ago
mindspore-ci-bot 265e7b93d5 !7115 modify yolov3 test case
5 years ago
mindspore-ci-bot fd0c03c493 !7090 implement parallel BroadcastTo
5 years ago
baihuawei de0b4d089f fix cpu slice
5 years ago
chenzomi d4e8e94981 [ME] delete check_bool and replace with Validate.check_bool
5 years ago
Yi Huaijie 45d373d40e implement parallel BroadcastTo
5 years ago
mindspore-ci-bot b7183ded66 !6980 deepfm test case
5 years ago
chengxianbin 430ef4c4dc modiy yolov3 test case
5 years ago
wsq3 9ebf8e2362 deepfmnet test case
5 years ago
mindspore-ci-bot d3bd1cb5b8 !6668 [Data Dump] [master] Fix asynchronous data dump failure
5 years ago
mindspore-ci-bot 21c5607fca !6971 cudnn inplace optimizer
5 years ago
mindspore-ci-bot ab9cec0531 !7083 Support Categorical distribution
5 years ago
mindspore-ci-bot b1dd00f3a9 !7092 Support Logistic Distribution
5 years ago
mindspore-ci-bot ccb2e8851c !6782 enable parallel optimizer in auto parallel
5 years ago
Cathy Wong 2aa26d245c C++ API: Move vision ops to new vision files; create transforms namespace
5 years ago
Xun Deng 05a0dac125 add logistic distribution
5 years ago
Ziyan ddc0113058 enable parallel optimizer in auto parallel
5 years ago
Xun Deng 877b561e77 added categorical distribution
5 years ago
mindspore-ci-bot 03f0e64af9 !7049 Fixes to TensorRow conversion and Tensor
5 years ago
mindspore-ci-bot 6f77ec45f1 !6905 [MD] Enable cache for more leaf datasets
5 years ago
wilfChen b420b6cda7 cudnn inplace optimizer
5 years ago
mindspore-ci-bot d01f721d87 !7013 GraphKernel supports multi-output kernels
5 years ago
yanzhenxiang2020 d241e9c4af add Meshgrid ops for aicpu
5 years ago
mindspore-ci-bot 86bbd1dc98 !6832 Add BCELoss
5 years ago
caifubi b17b4abf7d Fix async data dump failed
5 years ago
simson e0ab15bb6b add st for pynative
5 years ago
dayschan 7599686a72 GraphKernel supports multi-output kernels
5 years ago
mindspore-ci-bot 58610443cb !7023 modify endofsequence for multi-machine
5 years ago
Mahdi e92d4edceb Updated TensorRow conversion
5 years ago
wuweikang a32811e160 modify endofsequence for multi-machine
5 years ago
mindspore-ci-bot 8f55187492 !6976 bug fix for nn.Dense and P.Matmul
5 years ago
mindspore-ci-bot 1131b069d3 !6903 Remove StridedSlice AICPU version
5 years ago
mindspore-ci-bot b6a7f8bd71 !6977 add cache ops for aicpu and cpu kernel
5 years ago
chenzomi b22cb38dab bug fix fot nn.Dense and P.Matmul
5 years ago
wanyiming 4e93413c5a add_BCELoss
5 years ago
mindspore-ci-bot 2b1363bc7f !6972 add set soc version api
5 years ago
mindspore-ci-bot 2a799fe90e !6018 Set the number of epochs in mode.train() non-sink Mode
5 years ago
jjfeing 7dda95d247 set soc version
5 years ago
mindspore-ci-bot 4e08378448 !6965 cpu Sub support broadcast shape
5 years ago
mindspore-ci-bot d8cfba8ba6 !6912 generalize CPU Slice op
5 years ago
fangzehua a822966300 add cache ops for cpu and aicpu
5 years ago
mindspore-ci-bot f0ae61d437 !6852 yolov3_darknet53 test case
5 years ago
mindspore-ci-bot d3d858af2d !6956 add time to start service
5 years ago
baihuawei 2b1e969892 cpu Sub support broadcast shape
5 years ago
wsq3 6b0b0e5ac1 yolov3_darknet53 test case,add pycocotools labrary,modified the
5 years ago
hexia c375d92fe6 add time to start service
5 years ago
peixu_ren 6c0cfea75b Remove StridedSlice AICPU version
5 years ago
mindspore-ci-bot 42e1fc8e24 !6943 [MD] minddata use new ps api when ps mode
5 years ago
mindspore-ci-bot f9bfc85a20 !6914 fix cpu softmax with negative axis
5 years ago
xiefangqi 82bc278e26 minddata use new ps api
5 years ago
jonyguo 19ca9762db skip graphdata distributed test case when asan mode
5 years ago
mindspore-ci-bot 5171c90048 !6908 Added raise_not_implement_error functionality in distribution
5 years ago
mindspore-ci-bot 9bd34a1b29 !6673 Add stage information for ops and strategy
5 years ago
baihuawei ab427caf53 fix softmax
5 years ago
mindspore-ci-bot 03dde07455 !6889 remove CTCLossV2
5 years ago
baihuawei c01c1a05b6 generalize CPU Slice op
5 years ago
Xun Deng ea57699ed1 added raise_not_implemented_error in distribution
5 years ago
Lixia Chen 477808e622 Enable cache for other leaf ops
5 years ago
mindspore-ci-bot 0d8015b043 !5300 [MD] Add nD Slice Support
5 years ago
mindspore-ci-bot b785b7d0ff !6813 dataset UT: check PIL version, delete test_callback_2maps
5 years ago
baihuawei fea928e976 remove CTCLossV2
5 years ago
hesham 9cee0d2143 Add num_epochs to non-sink training
5 years ago
huangxinjing 4ef439e27b Add stage information for ops and strategy
5 years ago
Cathy Wong f2b07d907a dataset UT: check PIL version, delete test_callback_2maps
5 years ago
mindspore-ci-bot 70221f5261 !6307 Conversion to and from TensorRow in C++
5 years ago
mindspore-ci-bot 4c0b3c1bd3 !6017 per_batch_map needs to support x input columns and y output columns
5 years ago
mindspore-ci-bot e88e114a50 !5930 Cache server phase 2 single node
5 years ago
nhussain 77d507279c first working implementation
5 years ago
Lixia Chen 983827ec5c Rebase up to 88ded11f59
5 years ago
Zirui Wu 0cab373223 per_batch_map supports x num_columns to y num_columns
5 years ago
Mahdi 890598d112 Added TensorRow conversion
5 years ago
mindspore-ci-bot 2f3add4acd !6301 [MD] Combine c++ and python ops in map
5 years ago
mindspore-ci-bot b1fda1d929 !5797 add st for pynative mode part2
5 years ago
mindspore-ci-bot 55be3c42a5 !5875 Add IFMR op for new backend.
5 years ago
simson be56104113 add st for pynative mode part2
5 years ago
mindspore-ci-bot 041d9a65e4 !6551 Pull request from Tsinghua Zhusuan Team
5 years ago
peixu_ren 23ff21edd8 Added lognormal distribuition
5 years ago
mindspore-ci-bot 8d20d1b8e6 !6772 Add seed for gpu operator testcase
5 years ago
mindspore-ci-bot 39874d133f !6644 fix testcase running slowly
5 years ago
mindspore-ci-bot 9f84920f64 !6761 remove redundant check about IsInstance op
5 years ago
mindspore-ci-bot 4238e34982 !6753 modify funcion name of test case
5 years ago
wilfChen 13a3a6d117 test case seed
5 years ago
mindspore-ci-bot 6f1c603284 !6560 implement parallel pack
5 years ago
liangzelang 195d97ad46 Remove redundant check about IsInstance op
5 years ago
jonyguo 1c6c54ae0f fix: testcase test_cutmix_batch_op.py slowly
5 years ago
hwjiaorui 2e1e36f8af modify name test
5 years ago
mindspore-ci-bot 2298c98932 !6729 clear warnings
5 years ago
Yi Huaijie 6066b16838 implement parallel Pack
5 years ago
mindspore-ci-bot 3e885c0bc1 !6639 add monilenetv2_quant and resnet50_quant st
5 years ago
baihuawei 3583e63901 clear warnings
5 years ago
mindspore-ci-bot 9475f9a19a !6548 Implement parallel Split
5 years ago
mcgrady00h 25dc9b8d7e initial commit for zhusuan
5 years ago
mindspore-ci-bot f72f2c22fb !6653 fix stream sync error for mixed precesion on pynative mode
5 years ago
liuxiao93 0e02df812a Add IFMR op for new backend.
5 years ago
mindspore-ci-bot 091ee5085e !6651 Modify init interface to internal interface
5 years ago
nhussain fda9462682 embed python compose op
5 years ago
Jiaqi 4e3e6006b6 modify init
5 years ago
mindspore-ci-bot dfe77372f5 !6505 Set top graph parameters' name the same as original graph parameters.
5 years ago
chujinjin 1cf8f3b777 fix stream sync error for mixed precision
5 years ago
mindspore-ci-bot 428927bdff !6554 fix pylint
5 years ago
mindspore-ci-bot dde9f5ac25 !6607 delete SoftmaxCrossEntropyExpand interface
5 years ago
Zhang Qinghua 6c72d88ba1 Set top graph parameters' name as original graph parameters.
5 years ago
hwjiaorui 9dad633ca8 add smoke test
5 years ago
jinyaohui 334a32d501 fix pylint
5 years ago
mindspore-ci-bot 6c26629404 !6612 [bug]fix bug in Parameter flag set in pynative amp && code style in pynative_exector.cc
5 years ago
Wei Luning cdbd16de0c fix bug in parameter set & fix code style in pynative_executa.cc
5 years ago
Yi Huaijie b863324d90 move set_seed() out from construct() of Net
5 years ago
mindspore-ci-bot d60033c8db !6381 Add dtype float16 that erf and erfc should support
5 years ago
guohongzilong a754dea90c delete SoftmaxCrossEntropyExpand
5 years ago
mindspore-ci-bot 861602bce9 !6512 Clean up the view code
5 years ago
mindspore-ci-bot f847414117 !6471 Fix AdjustAllReduceMulAdd pass
5 years ago
mindspore-ci-bot 3aa07a4362 !6320 change mix_precision to c++
5 years ago
mindspore-ci-bot 4905de06bd !6545 improve the recognition of Parameter object and raise error when convert keywordarg to pydata
5 years ago
mindspore-ci-bot 4e105dabf4 !6503 [VM][Quant]Add discription of script parameters in model zoo of quantative network
5 years ago
shenwei41 f2e34b2eaf Clean up the view code
5 years ago
mindspore-ci-bot f6f7815fa2 !6440 add sin cos gpu-op
5 years ago
mindspore-ci-bot 53a82fa6e0 !6472 fix get_dataset_size error in CelebaDataset when usage is not 'all'
5 years ago
buxue 483c8a179a improve the recognition of Parameter object and raise error when convert keywordarg to pydata
5 years ago
mindspore-ci-bot 295e2b1bb8 !6526 modify test_yolov3 case script
5 years ago
mindspore-ci-bot 5a20b11012 !6502 [AutoParallel]Fix auto parallel find loss bug
5 years ago
mindspore-ci-bot 92aecf128f !6549 [MD] minddata add iterator parameter validation
5 years ago
yanghaitao1 4ff4c17632 fix get_dataset_size in CelebADataset when usage is not all
5 years ago
Hoai Linh Tran 46f07efc31 Fix AdjustAllReduceMulAdd pass
5 years ago
Yi Huaijie 18ed2bec53 implement parallel Split
5 years ago
wukesong f9a865fd42 add GPU operator
5 years ago
xiefangqi a6360cb2e4 add output_numpy validation to iterator
5 years ago
yanghaitao1 dd0d9fe9ab fix ci error
5 years ago
chenfei 5e0d9454bf add parameters discription of readme of quant
5 years ago
kpy 44c01e27c0 do mixprecision in c++ for pynative
5 years ago