mindspore-ci-bot
eafa5bfe57
!1168 Fix bugs about error info, version check, conflict between torch and mindspore in ARM, incorrect word in README
From: @moran3
Reviewed-by:
Signed-off-by:
4 years ago
moran
9fbc31930d
Fix bug issues about error info, version check, conflict between pytorch and mindspore in ARM
4 years ago
mindspore-ci-bot
abaa150716
!1166 Remove useless code in mindconverter
From: @liuchongming74
Reviewed-by: @ouwenchang,@yelihua,@wenkai_dist
Signed-off-by: @wenkai_dist
4 years ago
liuchongming
cd726e36ed
Add dependency integrity check.
4 years ago
liuchongming
6d4145c931
fix pylint warning.
4 years ago
mindspore-ci-bot
8f7ab90333
!1150 Edit README, fix mappers and optimzier error info
From: @moran3
Reviewed-by:
Signed-off-by:
4 years ago
moran
bf37507a44
Edit README and fix comments in mapper and optimize error info
4 years ago
liuchongming
5cafcb43e8
Fix weights not transformed in mul op.
4 years ago
liangtianshu
8a05cbac63
fix clip op mapping
4 years ago
mindspore-ci-bot
cdf5fe8236
!1152 Fix mappers for weight transformer in MindConverter.
From: @moran3
Reviewed-by: @liuchongming74,@yelihua,@yelihua
Signed-off-by:
4 years ago
moran
03d159ec0a
Fix mappers for weights transformer
4 years ago
liangtianshu
1df92ed868
fix a function has 51 lines
4 years ago
mindspore-ci-bot
22a1b9e652
!1132 Add trainable weights transformer module in MindConverter
From: @moran3
Reviewed-by:
Signed-off-by:
4 years ago
moran
5fb0d2e1d8
Generate checkpoint
4 years ago
mindspore-ci-bot
07496bd66e
!1117 Sub-graph searcher optimizing
From: @liuchongming74
Reviewed-by:
Signed-off-by:
4 years ago
liuchongming
1afeca2015
Optimize sub-graph searcher.
4 years ago
mindspore-ci-bot
a9da40b2a6
!1137 Fix the weights shape error of matmul and biasadd
From: @liuchongming74
Reviewed-by: @ouwenchang,@yelihua
Signed-off-by: @yelihua
4 years ago
xsmq
ad19ffd558
fix codespell error
4 years ago
liuchongming
2f32d34526
Modify matmul and biasadd to adapt the template sharing.
4 years ago
liangtianshu
b7d831ccae
Support onnx split op multiple outputs
4 years ago
liuchongming
e089c974a3
Fix global context reference problem.
4 years ago
liangtianshu
02773f4490
minor bug fix for args translation
fix problem where incorrect logic for nodestruct's check target nodes internal when target node is graph inputs
update copyright
add a output mgr
adopt the generator with new fragment exchange msg. still need to adopt old ver. code_settings etc.
outputs mgr dev; adapt the new fragment. temp disable extra nodes and weights
adapt the NewFragment; re-imlement the module struct reset method
update ut mapper test for new fragment
4 years ago
moran
2ce2c82bc9
Optimize pytorchTOms module
4 years ago
liuchongming
37c3a1b7e0
Add code template generation.
4 years ago
liuchongming
99de12ce9c
Fix exception name is not consisted with code.
4 years ago
mindspore-ci-bot
bb8d69f222
!1054 Fix converter for UNet in pytorch.
From: @moran3
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
03a21728b1
!1066 Update a FAQ answer as MindConverter supports ARM platform and refine unconverted op demonstration
From: @liangtianshu
Reviewed-by: @tangjr14
Signed-off-by:
4 years ago
liangtianshu
f0e86236d4
update README due to MindConverter supporting ARM
refine unsupported ops shown in the converted file
4 years ago
liuchongming
9b463f9498
Update readme of mindconverter.
4 years ago
moran
6a562702af
Fix converter for UNet and EfficientNet in PyTorch
4 years ago
liangtianshu
3dea6821f8
update regex to check more types of shape string
4 years ago
liuchongming
c47e653911
Check model file format ahead.
4 years ago
mindspore-ci-bot
7c9e703683
!1049 Catch file existed error
From: @liuchongming74
Reviewed-by: @wangyue01,@lilongfei15
Signed-off-by: @lilongfei15
4 years ago
mindspore-ci-bot
98beae27a6
!1043 Add conversion success msg and normalize error msg
From: @liuchongming74
Reviewed-by: @lilongfei15,@tangjr14
Signed-off-by: @lilongfei15
4 years ago
mindspore-ci-bot
429d4dd454
!1042 MindConverter adding operator mapping for tf ver. UNet-2D
From: @liangtianshu
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
ed6ef2cdd7
!1038 Fix mindconverter readme error
From: @liuchongming74
Reviewed-by:
Signed-off-by:
4 years ago
liuchongming
0831973654
Fix error msg when file exists.
4 years ago
liangtianshu
10e8d60712
add resize mapper and multiple changes to support tf unet2d network
4 years ago
mindspore-ci-bot
1ac8788b3c
!1033 MindConverter Bug Fix of error message for user passing incorrent node name format and incorrect shape
From: @liangtianshu
Reviewed-by: @lilongfei15
Signed-off-by:
4 years ago
liangtianshu
acbaeb6b6d
fix error message for input output node name incorrent format
fix the shape checking that only check the second to fourth shape of user inputs
5 years ago
liuchongming
03227434ea
Fix mindconverter docs error.
5 years ago
liuchongming
1950815d39
Add conversion success msg, and normalize error msg.
4 years ago
mindspore-ci-bot
672dca9ca4
!1032 Modify generated ast report file name and fix error msg when requirments are not installed
From: @liuchongming74
Reviewed-by: @lilongfei15,@lilongfei15,@wangyue01
Signed-off-by: @wangyue01
4 years ago
liuchongming
2042934d6e
Modify generated report file format and fix error message when requirements are not installed.
5 years ago
liuchongming
d2afef605e
Add description of efficientnet model.
5 years ago
liuchongming
61ec3a801f
Fix requirments checker.
5 years ago
liuchongming
0cefc0f558
Optimize onnx model extractor performance with editing onnx graph directly.
5 years ago
mindspore-ci-bot
3d80b76841
!1016 Add multi-output converter function in PyTorch.
From: @moran3
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
2ec4f1eb03
!1013 Edit error code and refactor exception module
From: @liuchongming74
Reviewed-by: @lilongfei15,@wenkai_dist,@lilongfei15
Signed-off-by: @lilongfei15
5 years ago
liuchongming
ce2aaf06e9
Refactor exception module, and edit corresponding error code.
5 years ago