"src/vscode:/vscode.git/clone" did not exist on "55f6c9e37c9cf1488345ce89113d5ff17fa2c827"
Commit 44b42343 authored by lubin10's avatar lubin10
Browse files

update tools/export_model.py tools/infer_rec.py

parent 92d002b4
...@@ -17,7 +17,7 @@ import sys ...@@ -17,7 +17,7 @@ import sys
__dir__ = os.path.dirname(os.path.abspath(__file__)) __dir__ = os.path.dirname(os.path.abspath(__file__))
sys.path.append(__dir__) sys.path.append(__dir__)
sys.path.append(os.path.abspath(os.path.join(__dir__, ".."))) sys.path.insert(0, os.path.abspath(os.path.join(__dir__, "..")))
import argparse import argparse
......
...@@ -157,7 +157,7 @@ def main(): ...@@ -157,7 +157,7 @@ def main():
if info is not None: if info is not None:
logger.info("\t result: {}".format(info)) logger.info("\t result: {}".format(info))
fout.write(file + "\t" + info) fout.write(file + "\t" + info + "\n")
logger.info("success!") logger.info("success!")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment