Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Conerly (0.15 sec)

  1. RELEASE.md

        *   Code that uses `isinstance(x, tf.Tensor)` instead of `tf.is_tensor` when
            checking Keras symbolic inputs/outputs should switch to using
            `tf.is_tensor`.
        *   Code that is overly dependent on the exact names attached to symbolic
            tensors (e.g. assumes there will be ":0" at the end of the inputs,
            treats names as unique identifiers instead of using `tensor.ref()`,
            etc.) may break.
    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)
Back to top