tensorflow/models

View on GitHub
official/nlp/modeling/networks/span_labeling_test.py

Summary

Maintainability
A
1 hr
Test Coverage

Function test_network_invocation_with_external_logit_output has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def test_network_invocation_with_external_logit_output(self):
    """Validate that the logit outputs are correct."""
    sequence_length = 15
    input_width = 512
    test_network = span_labeling.SpanLabeling(
Severity: Minor
Found in official/nlp/modeling/networks/span_labeling_test.py - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status