Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for add_loss (0.2 sec)

  1. testing/internal-performance-testing/src/main/resources/org/gradle/reporting/performanceReport.js

        $('#all-scenarios').addClass('btn-outline-primary').removeClass('btn-primary')
        refreshCards(['FAILED', 'REGRESSED', 'UNKNOWN'])
    }
    
    function allScenarioButtonClicked() {
        $('[data-toggle="popover"]').popover('hide')
        $('#all-scenarios').removeClass('btn-outline-primary').addClass('btn-primary')
        $('#failed-scenarios').addClass('btn-outline-danger').removeClass('btn-danger')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  2. testing/internal-performance-testing/src/main/resources/org/gradle/reporting/report.js

                            }
                        });
                    }
                    e.addClass(id);
                    for (var i = startCol; i < endCol; i++) {
                        slices[i] = id;
                    }
                });
            } else {
                row.find("td,th").each(function(index){
                    $(this).addClass(slices[index]);
                })
            }
        });
    
        // Add alternate row styles for tables
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  3. RELEASE.md

            in eager mode.
        *   Callbacks are supported in `MultiWorkerMirroredStrategy`.
        *   Disable `run_eagerly` and distribution strategy if there are symbolic
            tensors added to the model using `add_metric` or `add_loss`.
        *   Loss and gradients should now more reliably be correctly scaled w.r.t.
            the global batch size when using a `tf.distribute.Strategy`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top