Lutz Roeder 5 лет назад
Родитель
Сommit
897bd3494e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/tf-metadata.json

+ 1 - 1
src/tf-metadata.json

@@ -3616,7 +3616,7 @@
         },
         {
           "default": [],
-          "description": "Optional list of allowed batch sizes. If left empty, does\nnothing. Otherwise, supplies a list of batch sizes, causing the op to pad\nbatches up to one of those sizes. The entries must increase monotonically, and\nthe final entry must equal max_batch_size.",
+          "description": "Optional list of allowed batch sizes. If left empty, does\nnothing. Otherwise, supplies a list of batch sizes, causing the op to pad\nbatches up to one of those sizes. The entries must increase monotonically.\nIf enable_large_batch_splitting is false (i.e., large-input-split is not\nenabled) the final entry must equal max_batch_size.",
           "name": "allowed_batch_sizes",
           "type": "int64[]"
         },