tensorflow/models

View on GitHub
official/projects/pointpillars/modeling/factory.py

Summary

Maintainability
A
1 hr
Test Coverage

Function build_pointpillars has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

def build_pointpillars(
    input_specs: Mapping[str, tf_keras.layers.InputSpec],
    model_config: cfg.PointPillarsModel,
    train_batch_size: int,
    eval_batch_size: int,
Severity: Minor
Found in official/projects/pointpillars/modeling/factory.py - About 1 hr to fix

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

    def build_pointpillars(
    Severity: Minor
    Found in official/projects/pointpillars/modeling/factory.py - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status