Browse Source

Add 'CONTRIBUTING.md'

Android advanced developer 1 year ago
parent
commit
47f827f96a
1 changed files with 22 additions and 0 deletions
  1. 22 0
      CONTRIBUTING.md

+ 22 - 0
CONTRIBUTING.md

@@ -0,0 +1,22 @@
+## 开发环境
+
+* linux
+* git
+* python3
+* navida GPU
+* bazel  编译工具
+
+源码编译:
+
+```
+sudo apt-get update && sudo apt-get install bazel
+git clone --recurse-submodules https://github.com/tensorflow/hub
+cd hub
+
+# 有 GPU 支持: 
+bazel build
+```
+
+
+
+