Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Sait (0.21 sec)

  1. RELEASE.md

          (https://www.tensorflow.org/api_docs/python/tf/data/experimental/service)
          to write distributed dataset snapshots. The call is non-blocking and
          returns without waiting for the snapshot to finish. Setting `wait=True` to
          `tf.data.Dataset.load` allows the snapshots to be read while they are
          being written.
    
    ### Bug Fixes and Other Changes
    
    * <SIMILAR TO ABOVE SECTION, BUT FOR OTHER IMPORTANT CHANGES / BUG FIXES>
    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. configure.py

      proc = subprocess.Popen(
          [environ_cp['PYTHON_BIN_PATH'], paths[0]] + cuda_libraries,
          stdout=subprocess.PIPE,
          env=maybe_encode_env(environ_cp))
    
      if proc.wait():
        # Errors from find_cuda_config.py were sent to stderr.
        print('Asking for detailed CUDA configuration...\n')
        return False
    
      config = dict(
    Python
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 18:25:36 GMT 2024
    - 53.8K bytes
    - Viewed (0)
Back to top