mindspore-ci-bot
981bfbfa74
!5190 Add API to query GPU queue size and capacity
...
Merge pull request !5190 from anthonyaje/gpu_queue_size
5 years ago
mindspore-ci-bot
59b1358641
!5616 Fix problems in Tensor.from_numpy()
...
Merge pull request !5616 from hewei/fix_tensor_from_numpy2
5 years ago
fary86
144a35b17e
Adapt GatherV2 for dynamic shape
5 years ago
mindspore-ci-bot
8f3ebfd469
!5624 Optimize the performance of GraphData.get_neg_sampled_neighbors
...
Merge pull request !5624 from heleiwang/gnn_perf
5 years ago
mindspore-ci-bot
413e3eb5c0
!5622 fix nccl broadcast
...
Merge pull request !5622 from baihuawei/0901
5 years ago
wilfChen
5316061fa3
gpu resnet50 fusion
5 years ago
wenchunjiang
4faa3304ef
1. replace weak_ptr to shared_ptr in child_graph_order_ an parent_graph_
...
2. erase kAttrChildGraph after finish using
5 years ago
mindspore-ci-bot
f42b3bbfbc
!5598 add tensor sync status
...
Merge pull request !5598 from kisnwang/async-run-graph
5 years ago
askmiao
5c25cb6f0c
fix the issuse, repeated initialization can't exit.
5 years ago
heleiwang
857cf2f77f
Optimize the negative sampling process
5 years ago
mindspore-ci-bot
529e1a0a81
!5618 fix pynative tuple bug
...
Merge pull request !5618 from flywind/fix_pynative_tuple_bug
5 years ago
baihuawei
572a7c4741
fix nccl broadcast
5 years ago
mindspore-ci-bot
c2fddb56c8
!4922 Transform tuple parameter to multiple parameters
...
Merge pull request !4922 from amongo/TupleTransform
5 years ago
mindspore-ci-bot
24f00cc6dc
!5617 clear graph output address in graph destructor
...
Merge pull request !5617 from limingqi107/master
5 years ago
mindspore-ci-bot
f08c64c5de
!5596 add async profling feature
...
Merge pull request !5596 from gukecai/profiling
5 years ago
kpy
0ed60257fa
fix tuple return bug
5 years ago
mindspore-ci-bot
402bb4c053
!5461 add atomic clean for every communication op's inputs
...
Merge pull request !5461 from laiyongqiang/atomic_clean_every_master
5 years ago
mindspore-ci-bot
660aa8e60d
!4958 Fix GPU-ArgMaxWithValue
...
Merge pull request !4958 from 34bunny/GPU-argmaxwithvalue-fix
5 years ago
huangdongrun
0099da2c99
add support for tuple parameter transform
...
add support for pynative pass
add testcases
5 years ago
limingqi107
7ec2f6a550
clear graph output address in graph destructor
5 years ago
He Wei
cbfd4c5f40
Fix problems in Tensor.from_numpy()
...
Use buffer_info instead of py::array in TensorDataNumpy,
to avoid requesting buffer every time the data() is called.
This is also a workaround for py::array.request() hangup problem.
5 years ago
mindspore-ci-bot
b99149dc37
!4901 Adding data_helper for minddata
...
Merge pull request !4901 from EricZ/md_helper
5 years ago
kswang
5614b2ba6c
add tensor sync status
5 years ago
mindspore-ci-bot
8ebc8ce9c6
!5438 support parameter tuple input in pynative mode
...
Merge pull request !5438 from wangqiuliang/support-parameter-tuple-input
5 years ago
mindspore-ci-bot
3be136f6f0
!5354 Fix randomdata issue
...
Merge pull request !5354 from xiefangqi/fix_randomdata_columnlist
5 years ago
mindspore-ci-bot
65c28e0734
!5576 simply ms_context implementation
...
Merge pull request !5576 from fary86/simplify_context_implementation
5 years ago
mindspore-ci-bot
6cba0deb05
!4877 BucketBatchByLength for C++ API
...
Merge pull request !4877 from MahdiRahmaniHanzaki/bucket_batch_by_length_c
5 years ago
gukecai
264a556654
ascend profling
5 years ago
mindspore-ci-bot
79b117fe02
!5582 update CheckStrategyValue
...
Merge pull request !5582 from yangzhenzhang/update-check-strategy-value
5 years ago
fary86
0a858b3878
Simplify ms_context implementation
5 years ago
mindspore-ci-bot
1a4d3e351e
!5586 Boost python pass compile and train performance
...
Merge pull request !5586 from BowenK/performance
5 years ago
mindspore-ci-bot
d92c220cc0
!5590 Fixbugfix for server shard range computation
...
Merge pull request !5590 from ZPaC/master-fix-server-shard-method
5 years ago
laiyongqiang
0c1e391556
add atomic clean op for every communication op's input
5 years ago
mindspore-ci-bot
e17eea3485
!5585 Fix output device address setting for inputs of depend node
...
Merge pull request !5585 from YuJianfeng/depend_valid_input
5 years ago
mahdi
84efa0b96b
Added BucketBatchByLength for C API
5 years ago
Eric
65bf3ecc3e
Adding data_helper class
5 years ago
mindspore-ci-bot
65819fb50c
!5488 heck arg is tensor when graph output is a const or parameter
...
Merge pull request !5488 from zhangbuxue/add_check_tensor_before_compile_graph
5 years ago
yao_yf
8f7aa5bd5a
auto parallel context modify
5 years ago
kingfo
7765d44b76
support parameter tuple input in pynative mode
5 years ago
cristoval
be63f8b8a2
bugfix for server shard range computation
5 years ago
BowenK
d6fb7d2db1
Remove debug drawing and printing to boost compile performance; re-opt after python pass to boost training; fix NewParameter tensor clone
5 years ago
yujianfeng
9aa6d203f1
Fix output device address setting for inputs of depend node
5 years ago
buxue
4168c51f0d
add check tensor when graph output is a const or parameter
5 years ago
yangzhenzhang
048b88c41c
update check strategy value
5 years ago
ZPaC
b0b3cd61bf
Fix sparse-slicer leak.
5 years ago
mindspore-ci-bot
4dddee575d
!5551 Fix master ps stuck
...
Merge pull request !5551 from ZPaC/master-fix-stuck-bug
5 years ago
mindspore-ci-bot
1b406148dd
!5517 gpu kernel_info_setter code review
...
Merge pull request !5517 from limingqi107/master
5 years ago
mindspore-ci-bot
6e452d829d
!5496 Change the argument type of CSV state function from char to int
...
Merge pull request !5496 from jiangzhiwen/bug/csv_char_to_int
5 years ago
ZPaC
442b38dc20
Delete extra file
5 years ago
mindspore-ci-bot
f7900d6adf
!5443 add tensor constructor
...
Merge pull request !5443 from lianliguang/run-graph-test
5 years ago
limingqi107
341200ab97
gpu kernel_info_setter code review
5 years ago
jiangzhiwen
368c560c49
change state function argument type
5 years ago
mindspore-ci-bot
c2ab8d6ce6
!5525 check worker thread exception
...
Merge pull request !5525 from kisnwang/async-run-graph
5 years ago
mindspore-ci-bot
8d41931456
!5352 refactor ms_context implementation
...
Merge pull request !5352 from fary86/refactor_context_interface
5 years ago
mindspore-ci-bot
6169226dcf
!5528 Fix unnecessary catch and core dump in graph kernel
...
Merge pull request !5528 from Kang/opt
5 years ago
Jesse Lee
e89b4648f6
Memory pool clean up
5 years ago
fary86
fcbb3e0edc
Refactor ms_context implementation
5 years ago
mindspore-ci-bot
54e2564cd7
!5526 Parent process doesn't exit any more.
...
Merge pull request !5526 from ZhangQinghua/master
5 years ago
wuyongkang
db3e33a4e8
Fix unnecessary catch and core dump in graph kernel
5 years ago
yujianfeng
4b77f6b53c
Add AdamApplyOneWithDecayAssign fusion pass
5 years ago
kswang
4fb9e8c992
check backend worker exception
5 years ago
gukecai
bf0acf4ce0
fix stream bug
5 years ago
Zhang Qinghua
e4b7811b4f
Not let parent process exit any more
5 years ago
mindspore-ci-bot
18253952f5
!5481 add mode black list checker
...
Merge pull request !5481 from zyli2020/master
5 years ago
mindspore-ci-bot
b9c2da520f
!5489 modify the format info of tensorAdd
...
Merge pull request !5489 from limingqi107/master
5 years ago
WilliamLian
9f4babed92
add run & compile function
5 years ago
mindspore-ci-bot
38b4413f26
!5386 Fix GPU watchpoints check when multiple conditions set on same node
...
Merge pull request !5386 from HarshvardhanGupta/fix-gpu-wp-skip
5 years ago
mindspore-ci-bot
b4caf21f63
!5454 fix Categorical log_prob
...
Merge pull request !5454 from baihuawei/categorical
5 years ago
xiefangqi
d8134d6f41
remote two -wno options of dataset
5 years ago
mindspore-ci-bot
d81b30e6a0
!5312 make backend/optimizer free of pybind
...
Merge pull request !5312 from xychow/remove-backend-py-dependency-2
5 years ago
mindspore-ci-bot
9bc470310e
!5475 Delete is_auto_parallel in parallel operators
...
Merge pull request !5475 from yangzhenzhang/delete-is-auto-parallel
5 years ago
limingqi107
109e2e9bcc
modify the format info of tensorAdd
5 years ago
lizhenyu
6fdd52080d
add mode black list checker
5 years ago
mindspore-ci-bot
1b6f628bd0
!5436 Convert input path to absolute path.
...
Merge pull request !5436 from huangbingjian/master
5 years ago
mindspore-ci-bot
be606ba8f5
!5432 Mindspore parallel supports all elementary-wise operators
...
Merge pull request !5432 from yihuaijie/master
5 years ago
baihuawei
779e27b91d
support categorical log_prob
5 years ago
yangzhenzhang
afb0993902
delete is_auto_parallel
5 years ago
mindspore-ci-bot
be138e4618
!5430 Clean codex and reviewbot warnings
...
Merge pull request !5430 from huanghui/clear-warning
5 years ago
mindspore-ci-bot
1821e98e07
!4087 asyn run graph
...
Merge pull request !4087 from kisnwang/async-run-graph
5 years ago
mindspore-ci-bot
8cea881642
!5374 clean code for graph kernel module.
...
Merge pull request !5374 from chenlei_autodiff/clean_code_graph_kernel
5 years ago
mindspore-ci-bot
bbbee68556
!4873 [lite] add option to build full minddata
...
Merge pull request !4873 from 章一智/TRC-ms-lite
5 years ago
danish
7d7fa760a0
reduce based nms final pass - speed improv
...
refactored faster nms
refactored faster nms + typo fix
added box flipping choice
set choice to true for testing - yz
switching back
new test file
5 years ago
ervinzhang
50cda2f8b1
added build option to build full minddata in ms-lite
5 years ago
Yi Huaijie
84948ca730
parallel supports more elementary-wise operators
5 years ago
kswang
756bb6d53f
async run graph
5 years ago
mindspore-ci-bot
9d8fb786cb
!5373 fix bug the const input is broadened in PyNative mode
...
Merge pull request !5373 from zhangbuxue/fix_bug_the_const_input_is_broadened_in_PyNative_mode
5 years ago
HuangBingjian
2da133e782
Convert to real path in sha256.h
5 years ago
huanghui
998ff0399b
clear codex and reviewbot warning
5 years ago
mindspore-ci-bot
bc726ce250
!5425 Alarm modification
...
Merge pull request !5425 from shenwei41/sw_master
5 years ago
zhousiyi
c25e37e7bf
make backend/optimizer pybind free
5 years ago
buxue
6af286b3e5
fix bug the const input is broadened in PyNative mode
5 years ago
mindspore-ci-bot
44784461e1
!5399 Set SigChld handler's log information from ERROR to INFO.
...
Merge pull request !5399 from ZhangQinghua/master
5 years ago
mindspore-ci-bot
414184c184
!5367 Check the parameter's split strategies if it has multiple users
...
Merge pull request !5367 from yangzhenzhang/check-parameter-split
5 years ago
mindspore-ci-bot
5c0b0c493a
!5358 Fix utest asan
...
Merge pull request !5358 from zhoufeng/ut-asan
5 years ago
mindspore-ci-bot
2b86c92fec
!5413 Combine sparse embedding gradient
...
Merge pull request !5413 from chengang/combine_grad
5 years ago
shenwei41
015613d91f
Alarm modification
5 years ago
mindspore-ci-bot
2060edb015
!5160 Call SHA256 through C++ instead of Python
...
Merge pull request !5160 from huangbingjian/master
5 years ago
chenlei_autodiff
660cefb6b1
clean code for graph kernel module.
5 years ago
mindspore-ci-bot
bb8b410998
!5394 Remove unused header file definitions
...
Merge pull request !5394 from huangbingjian/remove_h
5 years ago
mindspore-ci-bot
c21550cedc
!5402 Provide Tensor.from_numpy() to avoid copy
...
Merge pull request !5402 from hewei/tensor_from_numpy
5 years ago
mindspore-ci-bot
84695f667a
!5383 [bug]fix compile time
...
Merge pull request !5383 from vlne-v1/fix-compile-cost
5 years ago
cristoval
505108633c
combine sparse embedding gradient
5 years ago
zhoufeng
f62067ef83
fix utest asan
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
xiefangqi
e2085a9505
fix randomdata issue
5 years ago
Wei Luning
1a2eb5c8f7
fix time cost
5 years ago
He Wei
d7cdda1cb0
Provide Tensor.from_numpy() to avoid copy
5 years ago
yangzhenzhang
fbda03bbcc
check parameter split
5 years ago
mindspore-ci-bot
7336ed94fd
!5395 fix assign memory error in pynative mode
...
Merge pull request !5395 from chujinjin/fix_assign_memory_error_in_pynative
5 years ago
Zhang Qinghua
872dc1d4db
Set SigChld handler's log information from ERROR to INFO.
5 years ago
mindspore-ci-bot
c9d584fa74
!5353 use ptr for map clear
...
Merge pull request !5353 from Simson/enhancement-API
5 years ago
mindspore-ci-bot
9b6f205a23
!5246 fix conv shape not ok bug
...
Merge pull request !5246 from flywind/fix_cast_bug
5 years ago
HuangBingjian
0377deb3e4
Remove unused header file definitions
5 years ago
simson
9e94d7df5c
use & for map clear
5 years ago
mindspore-ci-bot
4a86243c34
!5372 fix laod input data error in pynative mode on gpu for master
...
Merge pull request !5372 from chujinjin/fix_load_input_data_error_in_pynative_for_master
5 years ago
mindspore-ci-bot
82ae946fe6
!5362 gpu GoogleNet performance optimize
...
Merge pull request !5362 from VectorSL/slice
5 years ago
Harshvardhan Gupta
3226e8407a
fix gpu wp
5 years ago
mindspore-ci-bot
23e9ebfa7e
!5183 Added a size condition when printing overflow list
...
Merge pull request !5183 from AdelShafiei/Errorlog
5 years ago
mindspore-ci-bot
716329df6c
!5278 Change default value of sampler in c-api
...
Merge pull request !5278 from luoyang/c-api
5 years ago
mindspore-ci-bot
7aaf4118bf
!5297 CutMixBatch and MixUpBatch fix for 2D one-hot labels
...
Merge pull request !5297 from MahdiRahmaniHanzaki/cutmix-fix
5 years ago
YangLuo
419478b410
Change default value of sampler to seperate behaviour of default sampler
...
& null sampler, add check for duplicate column name
5 years ago
mindspore-ci-bot
11b3fa4bc6
!5349 gpu GoogleNet performance optimize
...
Merge pull request !5349 from limingqi107/master
5 years ago
chujinjin
c594e3d4a9
fix load input data error when input is a tuple
5 years ago
HuangBingjian
43329202b7
add sha256
5 years ago
mindspore-ci-bot
52a7db8180
!4945 [bug][api]fix quant export bug
...
Merge pull request !4945 from vlne-v1/quant_export_fix_core_dump
5 years ago
mindspore-ci-bot
e5409647bf
!5326 Fixed bug of embedding look up run failed in pynative
...
Merge pull request !5326 from JoyLvliang/fixed-bug-of-embedding-look-up-run-failed-in-pynative
5 years ago
mindspore-ci-bot
9392623066
!5181 Python pass pattern renaming and interface tweaking
...
Merge pull request !5181 from BowenK/new_parameter
5 years ago
kpy
c812998f9c
fix cast and mix_cast bug
5 years ago
VectorSL
f95fe92ad3
slice support nhwc
5 years ago
mindspore-ci-bot
41009707e6
!5330 Add comma seperator for python tensor __repr__().
...
Merge pull request !5330 from ZhangQinghua/master
5 years ago
mindspore-ci-bot
da8d04e8bd
!5237 Enbale ub fusion of Matmul+ConfusionTransposeD
...
Merge pull request !5237 from huanghui/ub-fusion-matmul-confusion-transpose
5 years ago
limingqi107
ff6b64a598
gpu GoogleNet performance optimize
5 years ago
jjfeing
9f1725a51e
fix data dump log info
5 years ago
mindspore-ci-bot
a8317acee8
!5111 Support int64 for cpu sparse optimizers
...
Merge pull request !5111 from YuJianfeng/int64
5 years ago
Wei Luning
b13343f86d
fix quant bug
5 years ago
mindspore-ci-bot
8e80f80f1c
!4572 resolve output twice out of memory issue
...
Merge pull request !4572 from wangqiuliang/resolve-output-twice-out-of-memory
5 years ago
Zhang Qinghua
a91e9fe04a
Add comma seperator for __repr__().
5 years ago
mindspore-ci-bot
e94416be0c
!5283 Support setting operator io format in the frontend
...
Merge pull request !5283 from liangchenghui/io_format
5 years ago
mindspore-ci-bot
2995c36267
!5315 add kernel release resource
...
Merge pull request !5315 from limingqi107/master
5 years ago
mindspore-ci-bot
d5005bc8b9
!5280 Revert "Avoid copy when create Tensor from numpy array"
...
Merge pull request !5280 from hewei/master_revert_no_copy_tensor
5 years ago
mindspore-ci-bot
3725062582
!5229 [AutoParallel]Fix CodeDex
...
Merge pull request !5229 from lichen/fix_code_index
5 years ago
lvliang
d613b0cfbb
fixed-bug-of-embedding-look-up-run-failed-in-pynative
5 years ago
mindspore-ci-bot
ea66324aa3
!5197 add attr for transdata node
...
Merge pull request !5197 from lianliguang/master
5 years ago
mindspore-ci-bot
fabebb2678
!5264 [bug]fix bugs when parameters updata
...
Merge pull request !5264 from vlne-v1/I1SP3I-return-value-not-the-exact-value
5 years ago
kingfo
1de829aeee
resolve output twice out of memory
5 years ago
mindspore-ci-bot
b346f0b3ec
!5026 Fix the problem of resource clear
...
Merge pull request !5026 from Simson/enhancement-API
5 years ago
mindspore-ci-bot
fc9161a4c5
!5205 Move GetValue of CLUE Dataset out of try-catch
...
Merge pull request !5205 from jiangzhiwen/bug/clue_get_value
5 years ago
limingqi107
7029a861d7
add kernel release resource
5 years ago
mindspore-ci-bot
e83899add6
!5171 fix global_step error in multi-cases
...
Merge pull request !5171 from liangzelang/fix_global_step_error
5 years ago
yujianfeng
e949540062
Support int64 for cpu sparse optimizers
5 years ago
simson
d4babf190c
fix risk of memory leak
5 years ago
chujinjin
ffed5dad1c
fix runopassignoutputmemory error
5 years ago
mindspore-ci-bot
d1b95ed9bd
!5240 Fix remove internal output for unique device target
...
Merge pull request !5240 from YuJianfeng/internal_output
5 years ago
mindspore-ci-bot
302f641734
!5285 [MD] minddata gpu add circular_memory to device_queue
...
Merge pull request !5285 from xiefangqi/xfq_add_circular_gpu
5 years ago
BowenK
641d12d6d9
python pass pattern renaming and interface tweaking
5 years ago
WilliamLian
097f53bed9
add attr for transdata node
5 years ago
mahdi
7ad7024c45
Fixed 2D one-hot label problems in CutMix and MixUp
5 years ago
islam_amin
94a4a3f20b
changing affine and posterize apis
5 years ago
mindspore-ci-bot
adbb75556d
!4778 Added type support for Reshape gpu kernel for faster RCNN
...
Merge pull request !4778 from Peilin/reshape-gpu-kernel-type-support
5 years ago
Wei Luning
4cc8342b5b
fix bug in Parameter init_data
5 years ago
xiefangqi
5d8ed6b312
add circular_memory function to gpu
5 years ago
梁成辉
34d433fd9a
Set io format for old backend
5 years ago
He Wei
a1439267cf
Revert "Avoid copy when create Tensor from numpy array"
...
This reverts commit 89837bcdfd
.
5 years ago
lichenever
49aa4b7686
fix codedex
5 years ago
mindspore-ci-bot
13e9f5b86e
!5217 SoftDvppDecodeRandomCropResizeJpeg do not support resize iimage to odd resolution
...
Merge pull request !5217 from qianlong21st/master_softdvpp_crop
5 years ago
yujianfeng
e688e1df32
Fix remove internal output for unique device target
5 years ago
mindspore-ci-bot
8eff6c96b4
!5045 merge slice parameter checkpoints in wide&deep
...
Merge pull request !5045 from yao_yf/wide_and_deep_eval_host_device
5 years ago
liangzelang
7e6189a076
fix global_step error in multi-cases
5 years ago
mindspore-ci-bot
5b1cf18cb9
!5055 prepare to support int64
...
Merge pull request !5055 from lirongzhen1/int64
5 years ago
mindspore-ci-bot
de2ce9fde1
!5071 GPU fix codex for SetDim and SetStride
...
Merge pull request !5071 from VectorSL/codex
5 years ago
huanghui
7755a54452
fix ub-fusion
5 years ago
mindspore-ci-bot
e3c811046a
!5216 code refine for BN docs
...
Merge pull request !5216 from zyli2020/bug_fix
5 years ago
mindspore-ci-bot
c7e8345807
!5219 GPU add log in LoadInputData
...
Merge pull request !5219 from VectorSL/loadinput
5 years ago
jiangzhiwen
767f97cdb3
move GetValue out of try-catch
5 years ago
mindspore-ci-bot
95212b55a0
!3271 make reftype a subtype of MetaTensor and try to mark ref in node input
...
Merge pull request !3271 from vlne-v1/ref_demo
5 years ago
mindspore-ci-bot
7b10f21f2d
!5161 Fix the defunct process issue when run 8P case in GPU mode.
...
Merge pull request !5161 from ZhangQinghua/master
5 years ago
mindspore-ci-bot
5d4e67ee40
!5153 Fix getinputformat error
...
Merge pull request !5153 from VectorSL/fix-getinputformat
5 years ago
mindspore-ci-bot
a12ad45c2e
!5215 Add AllReduce const elimination back
...
Merge pull request !5215 from BowenK/master
5 years ago
lizhenyu
57b27c9fb2
code refine for BN docs
5 years ago
VectorSL
f36f72b99b
GPU add log in loadinputdata when tensor input != graph input
5 years ago
Wei Luning
24a10225cf
change base class of ref to tensor in cpp
5 years ago
qianlong
6f038c52a9
DecodeAndCropAndResizeJepg do not support odd size
5 years ago
mindspore-ci-bot
e4d2f2fd3b
!5030 Adding a BBox class and fixing Posterize C Op testing.
...
Merge pull request !5030 from islam_amin/bbox_class
5 years ago
VectorSL
853987da79
fix getinputformat error when input is not a realnode
5 years ago
BowenK
eacb306ae0
Revert "Revert "Eliminate AllReduce when the input is a constant""
...
This reverts commit 7a7e499475
.
5 years ago
mindspore-ci-bot
cd1240180b
!5187 C++ API: Lexicographical order support for CLUE, CSV & TextFile Datasets
...
Merge pull request !5187 from cathwong/ckw_c_api_fixes2
5 years ago
yao_yf
eeede168fa
wide_and_deep merge ckpt in eval
5 years ago
mindspore-ci-bot
20b3134785
!5184 fix: padded dataset when no div and with repeat op
...
Merge pull request !5184 from guozhijian/fix_padded_with_no_div_repeat
5 years ago
lirongzhen1
531ad4df70
prepare to support int64
5 years ago
mindspore-ci-bot
f3fd7a5578
!5073 Add checks and exception handling DS callback
...
Merge pull request !5073 from h.farahat/map_callback_end
5 years ago
mindspore-ci-bot
37bae5bfde
!5130 fix multiple epoch data issue for gpu profiler
...
Merge pull request !5130 from 治愈系潇洒哥/master
5 years ago
mindspore-ci-bot
9e8c4f373f
!5070 Fix wrong index error msg
...
Merge pull request !5070 from fanglei/new_case
5 years ago
jonyguo
6df1a43ec2
fix: padded dataset with non div & repeat
5 years ago
anthonyaje
09a99cf80b
Add Size() and Capacity() in gpu queue.
5 years ago
Cathy Wong
46e9d79a50
C++ API: Lexicographical order support for CLUE, CSV & TextFile Datasets
5 years ago
Adel Shafiei
32be89149a
added a size condition when printing overflows list
5 years ago
mindspore-ci-bot
971716f4b9
!5136 fix large for loop runtime error due to lacking of backend operators
...
Merge pull request !5136 from fary86/fix_large_for_runtime_error
5 years ago
mindspore-ci-bot
346b97acb8
!5156 fix softdvpp coredump
...
Merge pull request !5156 from qianlong21st/master_fix_softdvpp_core
5 years ago
mindspore-ci-bot
2e3f5cd41b
!5114 fix bug in c-api: rename, concat, take
...
Merge pull request !5114 from luoyang/c-api-pyfunc
5 years ago
mindspore-ci-bot
8c7444ab47
!5140 add cuda path checker
...
Merge pull request !5140 from zyli2020/add_cuda_path_check
5 years ago
mindspore-ci-bot
e8822e2787
!5051 fix codedex bug
...
Merge pull request !5051 from jjfeing/master
5 years ago
Zhang Qinghua
be1c49ee79
Fix the defunct process issue.
...
When run multiple processes by 'mpirun',
parent process never quit even Exception happens,
which caused by MPI_Finalize() never returned.
5 years ago
mindspore-ci-bot
3bd0204fca
!5103 fix wrong value of int-type Node bug in pynative
...
Merge pull request !5103 from liangzelang/fix-repeat-key
5 years ago
mindspore-ci-bot
5ba42e337c
!5076 Avoid copy when create Tensor from numpy array
...
Merge pull request !5076 from hewei/avoid_copy_tensor_numpy
5 years ago
qianlong
12dfca71f1
fix softdvpp coredump
5 years ago
lizhenyu
551879240c
add cuda path checker
5 years ago
YangLuo
67f5c89cd6
Check input image type for random posterize
5 years ago
fary86
8d245497a4
Fix large for loop Runtime Error due to backend missing operators
5 years ago
luoyang
b26f6b3d5e
fix bug in c-api: rename, concat, take
5 years ago
leilei_snow
df9df609f8
fix index error
5 years ago
askmiao
42111a8033
fix multiple epoch data issue
5 years ago
mindspore-ci-bot
5df2f5ac68
!5081 [bugfix]LSTM SyncDeviceToHost failed
...
Merge pull request !5081 from zyli2020/bug_fix
5 years ago
He Wei
89837bcdfd
Avoid copy when create Tensor from numpy array
5 years ago
mindspore-ci-bot
70c410ac2e
!5096 Fixes a bug in RandomSharpness cpp op
...
Merge pull request !5096 from ava/masterssss
5 years ago
mindspore-ci-bot
957126375b
!5095 Adding Float tensor support for CutMixBatch
...
Merge pull request !5095 from MahdiRahmaniHanzaki/cutmix-fix
5 years ago
mindspore-ci-bot
afd16fbf0a
!4963 fix bug of switch layer join
...
Merge pull request !4963 from fary86/fix_switch_layer_join_bug
5 years ago
liangzelang
5a0e8f81f8
fix wrong value of int-type Node bug in pynative
5 years ago
mindspore-ci-bot
7fb749b8fd
!5066 fix too many warning print
...
Merge pull request !5066 from liubuyu/master
5 years ago
mindspore-ci-bot
9297ba0a8d
!5048 fix gpu multinomial
...
Merge pull request !5048 from baihuawei/0821
5 years ago
fary86
947e19b839
Fix bug of switch layer join
5 years ago
jjfeing
09c6cdc2fe
fix codedex bug
5 years ago
lizhenyu
5d6f7204d3
[bugfix]LSTM SyncDeviceToHost failed
5 years ago
islam_amin
641e751d5e
adding bbox class
5 years ago
Mahdi
a2c38d89f9
Added float32 support for CutMixBatch
5 years ago
avakh
f6f67b9751
fixing a bug in random sharpness
5 years ago
hesham
8eeceb267b
- release the wait if training is ended
5 years ago
Lixia Chen
00ce7f7364
Add hostname to DatasetCache plus env override
...
Turn --stop into sync
Ignore the rc of shutdown
5 years ago
VectorSL
c9bfc9f40b
gpu fix codex
5 years ago
mindspore-ci-bot
4e7e252747
!5024 fix bug of circle after opt
...
Merge pull request !5024 from lianliguang/fix-bug-of-circle-in-graph
5 years ago
mindspore-ci-bot
4f6e63fcf8
!4576 Support if by if not inline
...
Merge pull request !4576 from amongo/SupportIfByIfNotInline
5 years ago
baihuawei
c085c5f071
add multinomial
5 years ago
mindspore-ci-bot
0f69259abf
!5035 clean static check
...
Merge pull request !5035 from zhoufeng/xiu-ba-ge
5 years ago
mindspore-ci-bot
fc6eee3bda
!5019 raise RuntimeError when set different mode after Initializer created
...
Merge pull request !5019 from yihuaijie/dev
5 years ago
liubuyu
e81f7f332c
fix too many warning info print
5 years ago
mindspore-ci-bot
be5c455906
!4818 Fix ScatterNdUpdate cpu kernel
...
Merge pull request !4818 from huanghui/scatter-nd-update-cpu-kernel
5 years ago
huangdongrun
1bd9fefd84
support if by if not inline
...
add testcase of net of if by if
5 years ago
WilliamLian
e95b42496c
fix circle bug of opt depend && merge cast
5 years ago
mindspore-ci-bot
eeb3b1a272
!5003 GPU inset transpose pass optimize
...
Merge pull request !5003 from VectorSL/opt-transpose
5 years ago
mindspore-ci-bot
03991a969e
!4932 Add CropAndResize for old backend.
...
Merge pull request !4932 from liuxiao93/Add-CropAndResize-for-old-backend
5 years ago
huanghui
b367da88eb
fix ScatterNdUpdate cpu kernel
5 years ago
zhoufeng
99a94bfd01
clean static check
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
mindspore-ci-bot
80e9606a19
!5020 revert parameter set
...
Merge pull request !5020 from lianliguang/master
5 years ago
VectorSL
9b7df3d099
gpu optimize transpose
5 years ago
Yi Huaijie
394be43492
raise RuntimeError when set different mode after Initializer created
5 years ago
gukecai
6c22c8a09d
parallel ctrl
5 years ago
WilliamLian
d4536eef14
revert paremter device dtype set
5 years ago
mindspore-ci-bot
8d693306f4
!4126 Add new parameter
...
Merge pull request !4126 from BowenK/new_parameter
5 years ago
mindspore-ci-bot
c6767c0f3a
!4990 fix bug of EraseAssign
...
Merge pull request !4990 from wenchunjiang/adapte_to_resnet_second_optimize
5 years ago
mindspore-ci-bot
75af54647f
!4954 Fix GPU non-sparse cross-entropy op returning all zeros
...
Merge pull request !4954 from tom_chen/cross_entropy
5 years ago
mindspore-ci-bot
af45133a8f
!4996 Fix GPU-RandomChoiceWithMask speed bottleneck
...
Merge pull request !4996 from 34bunny/GPU-RandomChoiceWithMask-fixv2
5 years ago
mindspore-ci-bot
73c4022ef4
!3775 remove the dtype convert when update output
...
Merge pull request !3775 from lianliguang/test-xiu-bug
5 years ago