tensorflow/models

View on GitHub
research/audioset/yamnet/export.py

Summary

Maintainability
A
1 hr
Test Coverage

Function make_tflite_export has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

def make_tflite_export(weights_path, export_dir):
  if os.path.exists(export_dir):
    log('TF-Lite export already exists in {}, skipping TF-Lite export'.format(
        export_dir))
    return
Severity: Minor
Found in research/audioset/yamnet/export.py - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status