Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for happen (0.08 sec)

  1. RELEASE.md

            working on fixes, for now we suggest using the legacy optimizers when
            using `ParameterServerStrategy`.
        *   **Timeout or performance loss.** We don't anticipate this to happen, but
            if you see such issues, please use the legacy optimizer, and file
            an issue in the Keras GitHub repo.
    
        The old Keras optimizer will never be deleted, but will not see any
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

       differentiating the energy function, the training must not backpropagate
       through the graph that generated the samples from the model.
    *  Adversarial training, where no backprop should happen through the adversarial
       example generation process.
      }];
    
      let arguments = (ins
        TF_Tensor:$input
      );
    
      let results = (outs
        TF_Tensor:$output
      );
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top