Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for associate (0.19 sec)

  1. manifests/charts/base/files/crd-all.gen.yaml

                  addresses:
                    description: The virtual IP addresses associated with the service.
                    items:
                      maxLength: 64
                      type: string
                    maxItems: 256
                    type: array
                  endpoints:
                    description: One or more endpoints associated with the service.
                    items:
                      properties:
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Nov 01 16:23:52 UTC 2024
    - 805K bytes
    - Viewed (0)
  2. RELEASE.md

    the `"mixed_float16"` policy and no loss scale for other policies. In `Model.compile`, if the model's policy had a loss scale, the optimizer would be wrapped with a `LossScaleOptimizer`. With the non-experimental `Policy`, there is no loss scale associated with the `Policy`, and `Model.compile` wraps the optimizer with a `LossScaleOptimizer` if and only if the policy is a `"mixed_float16"` policy. If you previously passed a `LossScale` to the experimental `Policy`, consider just removing it, as the...
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Oct 22 14:33:53 UTC 2024
    - 735.3K bytes
    - Viewed (0)
Back to top