moran
041a3d36cf
record traceback to log when third party lib imported incorrectly & add FAQ for third party lib imported incorrectly
4 years ago
范吉斌
868be184cc
Support convert large model(>2GB) to mindspore
4 years ago
moran
f317ef0daa
remove PTH port in mindconverter & fix README
4 years ago
moran
369495e1fa
Fix for NLP
4 years ago
liuchongming
8531be1e68
Fix bugs in conversion of cv model.
4 years ago
liuchongming
96eda5cabd
Add multi-inputs.
4 years ago
moran
9fbc31930d
Fix bug issues about error info, version check, conflict between pytorch and mindspore in ARM
4 years ago
liuchongming
cd726e36ed
Add dependency integrity check.
4 years ago
moran
bf37507a44
Edit README and fix comments in mapper and optimize error info
4 years ago
moran
5fb0d2e1d8
Generate checkpoint
4 years ago
liangtianshu
b7d831ccae
Support onnx split op multiple outputs
4 years ago
moran
2ce2c82bc9
Optimize pytorchTOms module
4 years ago
liuchongming
37c3a1b7e0
Add code template generation.
4 years ago
liuchongming
c47e653911
Check model file format ahead.
5 years ago
mindspore-ci-bot
7c9e703683
!1049 Catch file existed error
From: @liuchongming74
Reviewed-by: @wangyue01,@lilongfei15
Signed-off-by: @lilongfei15
5 years ago
liuchongming
0831973654
Fix error msg when file exists.
5 years ago
liangtianshu
10e8d60712
add resize mapper and multiple changes to support tf unet2d network
5 years ago
liuchongming
0cefc0f558
Optimize onnx model extractor performance with editing onnx graph directly.
5 years ago
liuchongming
d58a5bcbbb
Add module rename function and add exception define.
5 years ago
liangtianshu
03b2867978
MindConverter adds generator and its required dependencies.
Add global context to exchange information among multiple classes to reduce passing arguments through multiple procedures.
Add Node and Module Struct to store all information converted for MindSpore script generation
Add Args translator and scope utils to help process scope information and operators' arguments
Add generator to generate the MindSpore script from information stored in Node and Module struct.
5 years ago
liuchongming
eee543bbcc
Add third party dependency version checker.
5 years ago
liuchongming
68897adf67
Add mapper of mul and sigmoid, and extract codes saving logic to single function.
5 years ago
liuchongming
b30e144f04
Refactor onnx utils, deal with graph node without shape, dynamic inference sub-graph value, and add mapper of reshape.
5 years ago
liuchongming
2efb39bfee
Refactor graph node and hierarchical tree. 1. Remove code generation related variables from graph node. 2. Create CodeFragment instance to manage code generation. 3. Add code gen setting instance to mapper.
5 years ago