# research_TF **Repository Path**: yongchao1/research_TF ## Basic Information - **Project Name**: research_TF - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 68 - **Created**: 2022-04-08 - **Last Updated**: 2023-06-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### GTN自动迁移工具说明: 该工具读取网络提交者提交的GPU网络模型,config配置文件,用于自动迁移生产NPU网络。 ##### 该工具当前支持: tensorflow1.X,Keras,pytorch框架网络工具自动迁移, tensorflow(1.X,Keras,2.X),pytorch网络自动添加license。 ##### 当前版本: GTN_V2021.7.1 ##### 使用方法: GPU归档明细: 1、目录名: `网络名_IDxxxx_for_TensorFlow`、`网络名_IDxxxx_for_TensorFlow2.X`、`网络名_IDxxxx_for_PyTorch` 2、目录结构: 网络根目录下需包含`README.md`、`requirements.txt`、test目录 test目录下需包含`train_full_1p.sh`、`train_performance_1p.sh` 3、config.csv配置: userid:提交者工号 network:网络名 frame:网络框架,TF1.X,Keras,TF2.X trainpy_path:keras框架下网络训练脚本入口文件 配置完成后,用户需执行`bash gpu_to_npu.sh` ##### 目录结构: ----GPU_Input GPU交付件归档目录 ----GPU_ALL 迁移成功后GPU代码目录 ----NPU_Output 自动迁移临时输出目录 ----NPU_PASS 工具自动迁移成功目录 ----NPU_FAIL 工具自动迁移失败目录,需网络提交者定位or手动迁移 ----log 工具迁移日志,license日志等 ----LicenseTool 自动添加license工具 ----convert.py 自动迁移,添加license脚本 ----config.csv 配置文件,需网络提交者填写 ----GPU_Check_InBlue.py 交付件检查工具 ----msFmkTransplt pytorch自动迁移工具