liuchongming
0b4c8212e2
Allow user-defined code structure to be set for codegen..
4 years ago
moran
b2a657a7ed
Fix inaccuracy `optional` in CLI in MindConverter & move requirements to installation module in README
4 years ago
moran
f317ef0daa
remove PTH port in mindconverter & fix README
4 years ago
liuchongming
6f405b227e
Add mindconverter logger to print warning level msg to stdout.
4 years ago
liuchongming
bbcc91cc6d
Add args validation of mindconverter.
4 years ago
moran
f453529eb6
Fix README.md and description in cli
4 years ago
wdxwj
113357235f
To verify the input value length of open interface in case of overflow attacking
4 years ago
liuchongming
96eda5cabd
Add multi-inputs.
4 years ago
moran
03d159ec0a
Fix mappers for weights transformer
4 years ago
liuchongming
c47e653911
Check model file format ahead.
4 years ago
liuchongming
1950815d39
Add conversion success msg, and normalize error msg.
4 years ago
liuchongming
d58a5bcbbb
Add module rename function and add exception define.
5 years ago
moran
d3d739a667
Add multi-args check & Add args number check
5 years ago
moran
36ab343e34
Fix cli for unexpected condition
5 years ago
moran
969abd4cf7
Add cli for tfToMs
5 years ago
moran
2f587fd511
fix`REAME` & Add UT & Optimize
5 years ago
moran
abbc7ecf6f
Fix bugs report in MindConverter
5 years ago
mindspore-ci-bot
398cf46ea7
!641 Optimize Codes to solve the problem that functions are too long.
Merge pull request !641 from moran/master
5 years ago
liuchongming
c2158aa396
fix cli command
5 years ago
moran
e3ba8d3a38
Fix function too long
5 years ago
moran
be17cc4eae
Add one exception catch & Optimize code
5 years ago
moran
a8cbed83d0
Add cli & File Permission
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
quyongxiu1
5b2884675d
add cli and report
fix review pros
add readme
5 years ago