Xu Hong Bo

Results 5 comments of Xu Hong Bo

可以麻烦楼主在有空的时候也发我一份嘛!多谢!我的邮箱是 [email protected]

看看是不是端口占用了 我的换个别的端口就好了

If bazel version >= 0.26.1, just change the WORKSPACE file as follows. `load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file") http_archive( name = "rules_cc", sha256 = "e75dfb05bc1e89ebbb6696cadb5e455833690009310d9dc5512151c5adb0e4e3", strip_prefix = "rules_cc-cfe68f6bc79dea602f2f6a767797f94a5904997f", urls = [ "https://github.com/bazelbuild/rules_cc/archive/cfe68f6bc79dea602f2f6a767797f94a5904997f.zip", ],...

> 有具体的使用场景或者案例么,我们正在收集多分类的案例,以便开发一个更加通用的多分类模型。 多分类推荐参考UNSW-NB15这个数据集进行实现