tensorflow/models

View on GitHub
research/cvt_text/model/model_helpers.py

Summary

Maintainability
A
35 mins
Test Coverage

Function masked_ce_loss has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

def masked_ce_loss(logits, labels, mask, sparse=False, roll_direction=0):
Severity: Minor
Found in research/cvt_text/model/model_helpers.py - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status