Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Ford (0.33 sec)

  1. ci/official/utilities/cleanup_summary.sh

    can view more detailed results that are probably easier to read than this log.
    Try the links below:
    EOF
      # Find any "Streaming build results to" line, then print the last word in it,
      # and don't print duplicates
      awk '/Streaming build results to/ {print $NF}' "$TFCI_OUTPUT_DIR/script.log" | uniq
    }
    
    # Print out any ResultStore URLs for Bazel invocations' results.
    Shell Script
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Wed Nov 08 17:50:27 GMT 2023
    - 1.8K bytes
    - Viewed (0)
  2. RELEASE.md

        *   Added `warmstart_embedding_matrix` to `tf.keras.utils`.
            This utility can be used to warmstart an embeddings matrix so you
            reuse previously-learned word embeddings when working with a new set
            of words which may include previously unseen words (the embedding
            vectors for unseen words will be randomly initialized).
    
    *   `tf.Variable`:
    
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Wed Apr 03 20:27:38 GMT 2024
    - 727.4K bytes
    - Viewed (8)
Back to top