Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for fit (0.19 sec)

  1. RELEASE.md

    *   `tf.keras`:
    
        *   `Model.fit` major improvements:
            *   You can now use custom training logic with `Model.fit` by overriding
                `Model.train_step`.
            *   Easily write state-of-the-art training loops without worrying about
                all of the features `Model.fit` handles for you (distribution
                strategies, callbacks, data formats, looping logic, etc)
    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)
  2. CREDITS

    *  basis, without warranty of any kind, either expressed, implied, or  *
    *  statutory, including, without limitation, warranties that the       *
    *  Covered Software is free of defects, merchantable, fit for a        *
    *  particular purpose or non-infringing. The entire risk as to the     *
    *  quality and performance of the Covered Software is with You.        *
    Plain Text
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Fri Apr 26 06:31:35 GMT 2024
    - 1.6M bytes
    - Viewed (0)
  3. doc/go_spec.html

    <ol>
    <li>
    When converting between <a href="#Numeric_types">integer types</a>, if the value is a signed integer, it is
    sign extended to implicit infinite precision; otherwise it is zero extended.
    It is then truncated to fit in the result type's size.
    For example, if <code>v := uint16(0x10F0)</code>, then <code>uint32(int8(v)) == 0xFFFFFFF0</code>.
    The conversion always yields a valid value; there is no indication of overflow.
    </li>
    <li>
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Apr 26 00:39:16 GMT 2024
    - 279.6K bytes
    - Viewed (0)
Back to top