jiangshuqiang
0bb80995bc
fix param check for unexpected_format
4 years ago
l00591931
9ec100d069
Change TensorAdd to Add, from r1.1 to master
4 years ago
ougongchang
c6e4b0c85f
Add more log when collect graph and use summary operators
...
Fix can not collect input data when batch size is 1 and total step
number is 1
Fixed spelling errors
4 years ago
jiangshuqiang
ab5cc10250
add the tensor collection feature when record summary
4 years ago
mindspore-ci-bot
1f06cd63f3
!10436 Support to control whether to throw runtime exceptions in SummaryRecord
...
From: @ouwenchang
Reviewed-by:
Signed-off-by:
4 years ago
ougongchang
06be546b52
Support to control whether raise RuntimeError exception in SummaryRecord
...
1. Support explainer raise an RuntimeError exception
2. fix the ut of SummaryRecord
4 years ago
ougongchang
e5529230bf
Prevent the multiprocess from capturing KeyboardInterrupt
4 years ago
buxue
f90f77c16e
support non tensor inputs in model predict
4 years ago
mindspore-ci-bot
2af6313f53
!7534 SummaryRecord support to record mindexplain data
...
Merge pull request !7534 from ougongchang/feature_mindexplain
4 years ago
ougongchang
6072b25a07
SummaryRecord support to record mindexplain data
...
The SummaryRecord.add_value() method is extended to record the data of
MindExplain.
4 years ago
yuchaojie
c8ec34d638
move train.quant to compression module & add QuantizationAwareTraining
4 years ago
Jiaqi
4e3e6006b6
modify init
4 years ago
buxue
483c8a179a
improve the recognition of Parameter object and raise error when convert keywordarg to pydata
4 years ago
mindspore-ci-bot
ad186e79d8
!5599 Collect input data when `dataset_sink_mode` set on GPU
...
Merge pull request !5599 from LiHongzhang/dataset_sink_mode
4 years ago
Li Hongzhang
066950f69e
GPU dataset_sink_mode collect inputs
4 years ago
yao_yf
d4cfe55c04
rename mirror_mean to gradients_mean
5 years ago
mindspore-ci-bot
bb84f50407
!5473 optim pylint
...
Merge pull request !5473 from jinyaohui/master
5 years ago
jinyaohui
a9972a7def
optim pylint
5 years ago
mindspore-ci-bot
e6a4d932b4
!5350 [AutoParallel]Rectification distributed init
...
Merge pull request !5350 from lichen/rectification_init
5 years ago
lichenever
d3e55b543e
rectification init
5 years ago
yao_yf
07117e4dd4
mv ParallelMode to context
5 years ago
Yi Huaijie
89a4ebf8a1
parallel mode must be set before create an initializer
5 years ago
Wei Luning
a05c38bb63
make python Parameter inherit from Tensor
5 years ago
chenzomi
8918c90b66
add mindspore hub for download ckpt file
...
add mindspore.hub and change model_zoo
5 years ago
simson
5f77fbdd75
Rewrite tensor's __bool__ for pynative mode
5 years ago
mindspore-ci-bot
2e4bb93a1e
!3250 [quant]bug fixes when export geir
...
Merge pull request !3250 from vlne-v1/quant_export_geir_biasadd_after_depth_wise
5 years ago
Wei Luning
7d5c9d52bc
fix geir export bugs
5 years ago
anzhengqi
008b91b2a1
inject epoch ctrl op in the execution tree and send eos at the end of epoch
5 years ago
Wei Luning
28d1d37085
End at validate when export.
5 years ago
mindspore-ci-bot
69ce4bf2b2
!2970 Del mindspore/model_zoo
...
Merge pull request !2970 from panbingao/master
5 years ago
panbingao
45dbc8bf04
Move model_zoo.resnet.py
5 years ago
Wei Luning
b522368161
fix bug of quant export without input fakequant.
5 years ago
mindspore-ci-bot
f1a9a7ceb1
!2718 fix quantization aware training auto create graph bug
...
Merge pull request !2718 from chenzhongming/master
5 years ago
ougongchang
cd868aea52
fix get loss error and NoneType error cause by _proceesor_specified_data
...
fix get loss error when it not a scalar and fix process specified data
failed when the action is False, and collect_specified_data parameter is
not None
5 years ago
mindspore-ci-bot
2fadbb1d04
!2743 add more ut and st for SummaryCollector
...
Merge pull request !2743 from ougongchang/summary_collector_ut
5 years ago
chenzomi
1089c908a9
cherry-pick r0.5 to master for quantizaiton aware training
5 years ago
ougongchang
3dc6f6f2d9
add more ut and st for SummaryCollector
...
Has fixed collecting optimizer error when mode is eval
5 years ago
jinyaohui
dd5fba1db9
add notice
5 years ago
Wei Luning
dcd5773f64
fix bug in quant deploy export
5 years ago
mindspore-ci-bot
2f9c6ec8bc
!2337 aware quantization training auto create graph
...
Merge pull request !2337 from chenzhongming/master
5 years ago
chenzomi
c268c88220
aware quantization training auto create graph
5 years ago
ougongchang
939cd29d7e
Add a callback named SummaryCollector and delete SummaryStep callback
...
I added a SummaryCollector to help users automatically collect information
such as the network, loss, learning rate and so on, making it easier to collect this information.
It also can collect train lineage and eval lineage information which is
collected by TrainLineage Callback and EvalLineage Callback in
MindInsight.
I also add some UT for SummaryCollect to keep the code correct.
5 years ago
mindspore-ci-bot
8867c67d61
!1935 Summary callback as collector for summary and lineage
...
Merge pull request !1935 from 李鸿章/policy_writer
5 years ago
Li Hongzhang
0921c1e538
enhance the SummaryRecord with set_mode and add_value
5 years ago
Wei Luning
1d77bf86a9
Exports MindSpore quant predict model to deploy with GEIR
5 years ago
李鸿章
ee438aaf4a
callback as context manager
5 years ago
chenzomi
4878616e43
change combined to nn
5 years ago
zhaoting
b16a552d41
Revert "Revert "add pattern AdjustAllReduceMulAdduse the old opadd test case for bugtemp fix try""
...
This reverts commit 705c71a257
.
5 years ago
wenkai
ab6b6add0b
cpu support summary
5 years ago
jinyaohui
5e43edc474
clean pylint
5 years ago