V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
fenglala
V2EX  ›  TensorFlow

tensorflow 20 种语言文档只有简中文档过时,也不提示用户过时

  •  
  •   fenglala · 2022-08-08 20:27:56 +08:00 · 1726 次点击
    这是一个创建于 598 天前的主题,其中的信息可能已经有所发展或是发生改变。

    https://www.tensorflow.org/lite/performance/gpu_advanced?hl=zh-cn#android_cc

    bazel build -c opt --config android_arm64 tensorflow/lite/delegates/gpu:gl_delegate                  # for static library
    bazel build -c opt --config android_arm64 tensorflow/lite/delegates/gpu:libtensorflowlite_gpu_gl.so  # for dynamic library
    

    https://www.tensorflow.org/lite/performance/gpu_advanced?hl=en-us#android_cc

    bazel build -c opt --config android_arm64 tensorflow/lite/delegates/gpu:delegate                           # for static library
    bazel build -c opt --config android_arm64 tensorflow/lite/delegates/gpu:libtensorflowlite_gpu_delegate.so  # for dynamic library
    

    不说白白花时间排错,连个该文档已过时的提示都没有,着实让人不适。

    过了一下 20 种语言的文档,其他所有语言都是新的gpu:delegate,唯独简中文档是旧的gpu:gl_delegate。不清楚 TensorFlow 团队是不是会汉语的少,但是给个标识提示我文档是旧的应该不多吧。

    提了一个文档 issue https://github.com/tensorflow/tensorflow/issues/57039

    3 条回复    2022-08-08 20:59:26 +08:00
    renmu123
        1
    renmu123  
       2022-08-08 20:31:11 +08:00 via Android
    这种都是社区维护,没人维护当然也没人知道过期了
    Vegetable
        2
    Vegetable  
       2022-08-08 20:48:39 +08:00
    Community translations are located in the tensorflow/docs-l10n repo. These docs are contributed, reviewed, and maintained by the community as best-effort. To participate as a translator or reviewer, see the site/<lang>/README.md, join the language mailing list, and submit a pull request.
    fenglala
        3
    fenglala  
    OP
       2022-08-08 20:59:26 +08:00
    @Vegetable 感谢,后边先看下 contribute 说明
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1042 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 22:38 · PVG 06:38 · LAX 15:38 · JFK 18:38
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.