1 Star 0 Fork 26

chiron / kcws

forked from koth / kcws 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
WORKSPACE 858 Bytes
一键复制 编辑 原始数据 按行查看 历史
koth 提交于 2016-11-29 08:45 . add icwb2 data process script
# Uncomment and update the paths in these entries to build the Android demo.
#since support libraries are not published in Maven Central or jCenter, we'll have a local copy
new_http_archive(
name = "boost",
url = "https://sourceforge.net/projects/boost/files/boost/1.61.0/boost_1_61_0.tar.bz2/download",
build_file = "BUILD.boost",
type = "tar.bz2",
strip_prefix = "boost_1_61_0/",
sha256 = "a547bd06c2fd9a71ba1d169d9cf0339da7ebf4753849a8f7d6fdb8feee99b640",
)
local_repository(
name = "org_tensorflow",
path = __workspace_dir__+"/../tensorflow/",
)
load('@org_tensorflow//tensorflow:workspace.bzl', 'tf_workspace')
tf_workspace( __workspace_dir__+"/../tensorflow/", "@org_tensorflow")
# Specify the minimum required Bazel version.
load("@org_tensorflow//tensorflow:tensorflow.bzl", "check_version")
check_version("0.2.0")
Python
1
https://gitee.com/hades_c/kcws.git
git@gitee.com:hades_c/kcws.git
hades_c
kcws
kcws
master

搜索帮助