范吉斌
868be184cc
Support convert large model(>2GB) to mindspore
4 years ago
liuchongming
1cd718adda
Remove treelib dependency.
4 years ago
liuchongming
6f405b227e
Add mindconverter logger to print warning level msg to stdout.
4 years ago
liuchongming
d4f9ce52b1
Rename exception of mindconverter.
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
moran
5fb0d2e1d8
Generate checkpoint
5 years ago
liuchongming
1950815d39
Add conversion success msg, and normalize error msg.
5 years ago
liuchongming
2042934d6e
Modify generated report file format and fix error message when requirements are not installed.
5 years ago
liuchongming
ce2aaf06e9
Refactor exception module, and edit corresponding error code.
5 years ago
liuchongming
d58a5bcbbb
Add module rename function and add exception define.
5 years ago
liangtianshu
666a0d35a3
Updates on merging generator to MindConverter, and unnecessary logic clean
5 years ago
moran
2443e33f8b
[Add] catch exception raised from tensorflow
5 years ago
moran
adabf4d2b4
Optimize exception logger in MindConverter
5 years ago
moran
969abd4cf7
Add cli for tfToMs
5 years ago
moran
e8171625ef
Support ReduceMean Concat & Reduce loop
5 years ago
ggpolar
dde197ceab
Modify the prompt message and parse more statements.
1. More detailed reports are added to the conversion report.
2. The conversion prompt is provided for the 'isinstance' statement in the conversion script.
5 years ago
ggpolar
7cad801da3
parse scripts by AST in converter module.
Use the AST replaces the importlib/inspect modules to analyze and modify network definition script.
The importlib/inspect must load python script to analyze, but AST analysis is static code analysis and is very secure.
5 years ago