Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 490 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 490 Bytes

Go DeepLearning Benchmark

# 递归clone整个项目
git clone [email protected]:SheepHuan/Go-DL-Benchmark.git --recursive 

子项目

# 将远程项目https://github.com/SheepHuan/ModelProfileTool.git 克隆到本地tools文件夹。
git submodule add https://github.com/SheepHuan/ModelProfileTool.git tools/ModelProfileTool
git submodule add [email protected]:SheepHuan/ModelProfileTool.git tools/ModelProfileTool
# 更新子模块
git submodule update --remote