Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for outputId (0.18 sec)

  1. RELEASE.md

        may start to fail. To fix this, either update any inference clients to send
        requests with the actual input and output keys used by the trainer code, or
        conversely, update the trainer code to name the input and output Tensors
        'inputs' and 'outputs', respectively. Signatures using the 'classify' and
        'regress' methods are not affected by this change; they will continue to
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
  2. .bazelrc

    # https://github.com/bazelbuild/bazel/issues/3360
    build:linux --experimental_guard_against_concurrent_changes
    
    # Configure short or long logs
    build:short_logs --output_filter=DONT_MATCH_ANYTHING
    build:verbose_logs --output_filter=
    
    # Instruction set optimizations
    # TODO(gunan): Create a feature in toolchains for avx/avx2 to
    #   avoid having to define linux/win separately.
    build:avx_linux --copt=-mavx
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Thu May 02 19:34:20 GMT 2024
    - 52.8K bytes
    - Viewed (2)
Back to top