mfinzi/pristine-ml

View on GitHub
oil/architectures/img_classifiers/wide_resnet.py

Summary

Maintainability
A
1 hr
Test Coverage

Function __init__ has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def __init__(self, num_targets=10, depth=28, widen_factor=10, drop_rate=0.3,in_channels=3,initial_stride=1):
Severity: Minor
Found in oil/architectures/img_classifiers/wide_resnet.py - About 45 mins to fix

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

        def _wide_layer(self, block, planes, num_blocks, drop_rate, stride):
    Severity: Minor
    Found in oil/architectures/img_classifiers/wide_resnet.py - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status