mindspore-ci-bot
269b514b05
!2650 get monitor sampling interval from json file
Merge pull request !2650 from yanghaitao/yht_sampling_interval_r0.5
5 years ago
mindspore-ci-bot
5a6988bc94
!2663 optimize is all nop node detect in mem reuse
Merge pull request !2663 from laiyongqiang/gpu_opt_r05
5 years ago
mindspore-ci-bot
f6148c7e39
!2657 [CT][MS][Auto-Parallel]Double recursion does not support the gatherv2 operator
Merge pull request !2657 from Chong/r5
5 years ago
mindspore-ci-bot
16a75779be
!2645 fix vgg16 accuracy lower then 92
Merge pull request !2645 from caojian05/ms_r0.5
5 years ago
laiyongqiang
4799131e18
optimize is all nop node detect in mem reuse
5 years ago
hongxing
eed1881f2d
fix GatherV2/GatherV2P
5 years ago
yanghaitao
f3423208c4
set monitor sampling interval through json file
5 years ago
caojian05
0a261aba50
fix accurancy lower then 92
5 years ago
mindspore-ci-bot
6ef1a731db
!2637 add wide&deep standalone training script for gpu in model zoo
Merge pull request !2637 from zyli2020/add_wide_deep_standalone_training_script
5 years ago
mindspore-ci-bot
40a0cd4a57
!2627 Modify long description format of whl package
Merge pull request !2627 from zhoufeng/modify-long-description-format-r0.5
5 years ago
lizhenyu
3231c4ab13
add wide&deep stanalone training script for gpu in model zoo
5 years ago
mindspore-ci-bot
c74b16857a
!2546 Fix some mistakes of ConfusionTransposeD vm ops
Merge pull request !2546 from liuwenhao/r0.5
5 years ago
mindspore-ci-bot
375f2bfa61
!2515 Avoid extra recording of summary when end called
Merge pull request !2515 from 李鸿章/no_step_zero
5 years ago
mindspore-ci-bot
231ef6bd74
!2539 1. fix infer value bug 2. tensor init support numpy number
Merge pull request !2539 from geekun/yjk_r0.5
5 years ago
mindspore-ci-bot
80ab1c0ab2
!2538 bugfix(transform): relax the exception of control depend on value node
Merge pull request !2538 from xianwz/r0.5
5 years ago
mindspore-ci-bot
f5580ce722
!2617 Decide whether to collect data by dataset sink mode and current step in SummaryCollector
Merge pull request !2617 from ougongchang/fix_collect_freq_r0.5
5 years ago
zhoufeng
6f720a6cd8
Modify long description format of whl package
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
liuwenhao4
89654580dd
Fix some mistakes of ConfusionTransposeD vm ops
5 years ago
mindspore-ci-bot
4f377f2ab4
!2596 Make assign-node to be before jump-node, ensure child graph can get its input
Merge pull request !2596 from zhoufeng/assign-order-before-jump-r0.5
5 years ago
mindspore-ci-bot
5488268648
!2613 optimize fastrcnn training script
Merge pull request !2613 from yanghaitao/yht_fastrcnn_0.5
5 years ago
ougongchang
0934281adc
Decide whether to collect data by dataset sink mode and current step in SummaryCollector.
Before, we only decide whether to collect data by current step,
it will not work well in dataset sink mode, so we check to see
if it's a dataset sink mode, and decide whether to collect data.
5 years ago
mindspore-ci-bot
1cadea12f0
!2469 add pretrain for lstm & vgg16 and remove lstm/vgg16/googlenet from directory 'mindspore/model_zoo'
Merge pull request !2469 from caojian05/ms_master_dev
5 years ago
yanghaitao1
0c519882b8
optimize fastrcnn training process
5 years ago
mindspore-ci-bot
122a931090
!2577 [AutoPar] copy Master commits to r0.5
Merge pull request !2577 from Chong/r5
5 years ago
mindspore-ci-bot
6d5ea0ee4d
!2581 Add ut case test_lamb to r0.5
Merge pull request !2581 from TronZhang/add_test_lamb_r0.5
5 years ago
hongxing
300dd2971c
merge master code to r0.5
5 years ago
mindspore-ci-bot
ed22908c99
!2597 GraphKernel support akg batchmatmul
Merge pull request !2597 from DeshiChen/0624_akg_batmatmul_r0.5
5 years ago
dayschan
cfe9c35659
GraphKernel support akg batchmatmul
5 years ago
zhoufeng
8628b898e1
Make assign-node to be before jump-node, ensure child graph can get its
input
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
mindspore-ci-bot
12a359b9de
!2588 fix checkpoint evaliaction.
Merge pull request !2588 from chenzhongming/r0.5
5 years ago
chenzomi
bed6332688
fix checkpoint evaliaction.
5 years ago
Tron Zhang
43d8e6af1d
add ut case test_lamb
5 years ago
mindspore-ci-bot
3c48de8262
!2573 fix print file bug
Merge pull request !2573 from jinyaohui/print
5 years ago
mindspore-ci-bot
dd75ebfae3
!2575 dataset: repair bug in GetTensor that access NullPtr
Merge pull request !2575 from ms_yan/r0.5_GetTensor
5 years ago
mindspore-ci-bot
d90e43a23c
!2496 Enhance callback module and strongly check if callbacks is list or not
Merge pull request !2496 from 李鸿章/callback
5 years ago
ms_yan
7d2fe8c279
change GetTensor into GetRow to avoid NullPtr
5 years ago
jinyaohui
e893c70164
fix bug
5 years ago
mindspore-ci-bot
9ea10a0022
!2571 add ENABLE_GE
Merge pull request !2571 from jinyaohui/backend
5 years ago
jinyaohui
bb17bc4081
add ENABLE_GE
5 years ago
Xian Weizhao
01f228b0d5
relax the exception of control depend on value node
5 years ago
Li Hongzhang
2f33c76d7b
warn when values duplicate and set mode to 'eval' to avoid extra recording
5 years ago
mindspore-ci-bot
fe1d4ca3bd
!2555 checkpoint add model_type
Merge pull request !2555 from chenzhongming/r0.5
5 years ago
mindspore-ci-bot
2e76c9fb82
!2536 [Control sink]Fix bug of get call real outputs
Merge pull request !2536 from chenfei_mindspore/stop-in-tuple-get-item-of-update-call-real-input
5 years ago
chenzomi
3b632eac46
checkpoint add model_type
5 years ago
mindspore-ci-bot
f1106a18aa
!2486 Make sure record the first step data, and catch the ValueError when the loss is not a Scalar
Merge pull request !2486 from ougongchang/fix_summary_optimizer_r0.5
5 years ago
mindspore-ci-bot
0857f43e0e
!2516 !2482 fix a bug :serialization.export parameter "file_name" doesn't work
Merge pull request !2516 from lilei/save_file
5 years ago
mindspore-ci-bot
9b65782e1b
!2522 modify alexnet dataset.py
Merge pull request !2522 from wukesong/wks-r0.5
5 years ago
mindspore-ci-bot
572236bdd7
!2507 fix misspell and check parameters on graphdata
Merge pull request !2507 from heleiwang/r0.5_fix_misspell
5 years ago
geekun
e4b3b72ebf
fix infer value bug
5 years ago
mindspore-ci-bot
3f8a7920d5
!2513 fix bug to remove reshape when reshape is depend's input
Merge pull request !2513 from laiyongqiang/r0.5
5 years ago