Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for shiest (0.3 sec)

  1. .github/workflows/test-redistribute.yml

          - name: Install build dependencies
            run: pip install build
          - name: Build source distribution
            env:
              TIANGOLO_BUILD_PACKAGE: ${{ matrix.package }}
            run: python -m build --sdist
          - name: Decompress source distribution
            run: |
              cd dist
              tar xvf fastapi*.tar.gz
          - name: Install test dependencies
            run: |
              cd dist/fastapi*/
    Others
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Tue Apr 30 06:38:13 GMT 2024
    - 1.4K bytes
    - Viewed (0)
  2. docs/de/docs/index.md

    ---
    
    „_Ehrlich, was Du gebaut hast, sieht super solide und poliert aus. In vielerlei Hinsicht ist es so, wie ich **Hug** haben wollte – es ist wirklich inspirierend, jemanden so etwas bauen zu sehen._“
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Mon Apr 29 05:18:04 GMT 2024
    - 21.1K bytes
    - Viewed (0)
  3. RELEASE.md

    *   Update gRPC release to 0.14.
    *   Eigen version upgrade.
    *   Switch to eigen thread pool
    *   `tf.nn.moments()` now accepts a `shift` argument. Shifting by a good
        estimate of the mean improves numerical stability. Also changes the behavior
        of the `shift` argument to `tf.nn.sufficient_statistics()`.
    *   Performance improvements
    *   Many bugfixes
    *   Many documentation fixes
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top