chang zherui
|
8cef3aff7c
|
fix load checkpoint bug
|
5 years ago |
mindspore-ci-bot
|
4779a87761
|
!715 [MS] will not supporte to do auto saving intergrated checkpoint files in manual mode parallel scense
Merge pull request !715 from WeibiaoYu/master
|
5 years ago |
WeibiaoYu
|
aacc85caec
|
not supporte to do auto saving intergrated checkpoint files in manual mode parallel
|
5 years ago |
zhaojichen
|
09cc5b4faa
|
fix doc issue
|
5 years ago |
mindspore-ci-bot
|
5633f6c68b
|
!660 Fix bug: summary graph and record misjudgment
Merge pull request !660 from candanzg/summary_record_bug
|
5 years ago |
candanzg
|
7e8e44ef56
|
fixed summary graph bug
Signed-off-by: candanzg <zhangshucheng@huawei.com>
|
5 years ago |
jinyaohui
|
219bc18439
|
clean pylint
|
5 years ago |
mindspore-ci-bot
|
4a001ece95
|
!607 optimize flow of export onnx model
Merge pull request !607 from fary86/optimize_flow_of_exporting_onnx_model
|
5 years ago |
fary86
|
17adba5eb5
|
Optimize flow of exproting onnx
|
5 years ago |
liubuyu
|
3b8cb07c69
|
fix default parameter set
|
5 years ago |
mindspore-ci-bot
|
f56f03ea28
|
!598 GPU fix cudnn type error
Merge pull request !598 from VectorSL/fix-cudnn-type-error
|
5 years ago |
VectorSL
|
cc7b05e3ce
|
fix cudnn type error
|
5 years ago |
liubuyu
|
672244e0ac
|
add keep_bn_fp32 parameter
|
5 years ago |
wangnan39@huawei.com
|
f38d18c665
|
fix bug in checkpoint when save scaler
|
5 years ago |
wangnan39@huawei.com
|
b812b18c02
|
support update parameter for vm
|
6 years ago |
mindspore-ci-bot
|
f129d31bd9
|
!498 fix bug in model eval and predict
Merge pull request !498 from wangnan39/fix_bug_in_model_eval_and_model_predict
|
6 years ago |
mindspore-ci-bot
|
717ed427b2
|
!467 Fix bug: Using safe way to create directory in Python code
Merge pull request !467 from candanzg/bug_for_makedirs
|
6 years ago |
mindspore-ci-bot
|
f9849bf5aa
|
!464 Supplement summary note
Merge pull request !464 from candanzg/summary_event_notes
|
6 years ago |
wangnan39@huawei.com
|
7b99a1cb2a
|
fix bug in model predict and eval
|
6 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
|
6 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
|
6 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
|
6 years ago |
yangjie159
|
7b5a31dc83
|
add comment for export lite model
|
6 years ago |
candanzg
|
de7457c9f5
|
fixed bug for makedirs in python
Signed-off-by: candanzg <zhangshucheng@huawei.com>
|
6 years ago |
candanzg
|
a91f82d79f
|
Supplement summary log
Signed-off-by: candanzg <zhangshucheng@huawei.com>
|
6 years ago |
mindspore-ci-bot
|
e69dff1548
|
!445 Remove list append in TimeMonitor callback
Merge pull request !445 from gengdongjie/master
|
6 years ago |
mindspore-ci-bot
|
24fff5fe63
|
!449 Fix the error in example of mindspore.model
Merge pull request !449 from Simson/push-to-opensource
|
6 years ago |
mindspore-ci-bot
|
ce8aec5ac8
|
!428 support customize network checkpoint
Merge pull request !428 from changzherui/cus_net_ckpt
|
6 years ago |
simson
|
8a2a1eb310
|
fix the error in example of mindspore.model
|
6 years ago |
mindspore-ci-bot
|
6c59093fe8
|
!427 Fix dataset api description
Merge pull request !427 from pengyanjun/fix_dataset_api_description
|
6 years ago |
chang zherui
|
93e909594d
|
checpoint support customize network
|
6 years ago |
gengdongjie
|
d8feaa9c19
|
remove list append to avoid memory explosion
|
6 years ago |
Yanjun Peng
|
c69f3be758
|
fix dataset api description
|
6 years ago |
guohongzilong
|
b8210eb685
|
fix no wrap in ge bankend in model.train
|
6 years ago |
fary86
|
8cbbbd950e
|
Add cell name to error message
|
6 years ago |
wenkai
|
cce61d462c
|
histogram python dev
|
6 years ago |
Wei Luning
|
e1c8f248e0
|
Fix the output is not tuple, when eval
|
6 years ago |
mindspore-ci-bot
|
9875fcc9fa
|
!271 Fix repeat and epoch api notice discription
Merge pull request !271 from pengyanjun/fix_repeat_epoch_doc
|
6 years ago |
Yanjun Peng
|
732dd01a6a
|
fix epoch repeat doc problem
|
6 years ago |
Wei Luning
|
2fecdede6b
|
support amp when model eval, fix example of UnsortSegmentsSum
|
6 years ago |
mindspore-ci-bot
|
51831a1ddb
|
!159 pynative mode: dataset_sink_mode setting in model.eval() and model.train()
Merge pull request !159 from ghzl/pynative-mode-dataset_sink-is-supported-in-eval
|
6 years ago |
guohongzilong
|
d8b9442ab8
|
dataset_sink_mode is supported in model.eval() and not in model.train() in pynative mode
|
6 years ago |
万万没想到
|
d9f7e56b43
|
fix review opinions in doc/comments
|
6 years ago |
mindspore-ci-bot
|
9930b18508
|
!165 Use mindspore. instead of mstype. in example
Merge pull request !165 from ghzl/use-mindspore-instead-of-mstype-in-example
|
6 years ago |
mindspore-ci-bot
|
a24297f547
|
!122 Support to config whether to save integeated checkpoint, in auto model parallel scene
Merge pull request !122 from WeibiaoYu/master
|
6 years ago |
guohongzilong
|
c4f9230f03
|
usr mindspore. instead of mstype.
|
6 years ago |
WeibiaoYu
|
22c6baeea2
|
Support to config whether to save integeated checkpoint, in auto model parallel scene
|
6 years ago |
mindspore-ci-bot
|
cc0ba93d17
|
!114 fix doc/comments issue merge from r0.1
Merge pull request !114 from 万万没想到/merge_from_r0.1
|
6 years ago |
mindspore-ci-bot
|
55916351ee
|
!52 remove ge depend
Merge pull request !52 from flywind/remove-ge-depend
|
6 years ago |
Wei Luning
|
73ba399364
|
remove ge depend in cpu
|
6 years ago |