【问题标题】:Question about Tensorflow flags: `--enable_batching` vs `--tensorflow_intra_op_parallelism` and `--tensorflow_inter_op_parallelism`关于 Tensorflow 标志的问题:`--enable_batching` vs `--tensorflow_intra_op_parallelism` 和 `--tensorflow_inter_op_parallelism`
【发布时间】:2020-09-16 22:03:54
【问题描述】:

在关于--platform_config_file 的评论中,它说,如果--platform_config_file 存在,那么--enable_batching=true 将被忽略

同时tensorflow_intra_op_parallelismtensorflow_inter_op_parallelism可以在--platform_config_file内定义

如果我不使用--platform_config_file 标志,而是直接通过--tensorflow_intra_op_parallelism and --tensorflow_inter_op_parallelism flag 设置这两个值,那么--enable_batching 标志也会被忽略吗?

========

更新:

找到答案https://github.com/tensorflow/serving/issues/836 基本上在提供--platform_config_file 时,如果需要,批处理配置应包含在platform_config_file 中

【问题讨论】:

    标签: tensorflow tensorflow-serving


    【解决方案1】:

    来自相关更新:

    找到答案https://github.com/tensorflow/serving/issues/836

    基本上在提供--platform_config_file 时,如果需要,batching configs 应包含在platform_config_file 中 (转述自 jia 和 chrisolston)。

    【讨论】:

      猜你喜欢
      • 2017-06-02
      • 1970-01-01
      • 2011-09-15
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-11-18
      • 2018-06-29
      • 1970-01-01
      相关资源
      最近更新 更多