tensorflow/models

View on GitHub

Showing 11,634 of 11,634 total issues

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

  def __init__(self, out_channels, skip_conv=False, kernel_size=3, stride=1,
Severity: Minor
Found in research/object_detection/models/keras_models/hourglass_network.py - About 35 mins to fix

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

      def __init__(self, num_stages, channel_dims, blocks_per_stage,
    Severity: Minor
    Found in research/object_detection/models/keras_models/hourglass_network.py - About 35 mins to fix

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

      def mobilenet_v2(channel_means, channel_stds, bgr_ordering,

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

        def _obtain_input_shape(

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

            def __init__(self,

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

              def __init__(self,
            Severity: Minor
            Found in research/object_detection/models/faster_rcnn_nas_feature_extractor.py - About 35 mins to fix

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

                def __init__(self,
              Severity: Minor
              Found in research/object_detection/data_decoders/tf_sequence_example_decoder.py - About 35 mins to fix

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

                  def __init__(self,
                Severity: Minor
                Found in research/object_detection/data_decoders/tf_example_decoder.py - About 35 mins to fix

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

                  def _make_repeated_residual_blocks(out_channels, num_blocks,
                  Severity: Minor
                  Found in research/object_detection/models/keras_models/hourglass_network.py - About 35 mins to fix

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

                    def _first_inverted_res_block(inputs,

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

                        def __init__(self,
                      Severity: Minor
                      Found in research/object_detection/matchers/argmax_matcher.py - About 35 mins to fix

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

                          def check_feature_extractor_variables_under_scope(self,
                        Severity: Minor
                        Found in research/object_detection/models/ssd_feature_extractor_test.py - About 35 mins to fix

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

                            def __init__(self, kernel_size, out_channels, stride=1, relu=True,
                          Severity: Minor
                          Found in research/object_detection/models/keras_models/hourglass_network.py - About 35 mins to fix

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

                            def _separable_conv(
                            Severity: Minor
                            Found in research/object_detection/models/ssd_mobiledet_feature_extractor.py - About 35 mins to fix

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

                              def stack_basic(x, filters, blocks, stride1=2, name=None):
                              Severity: Minor
                              Found in research/object_detection/models/keras_models/resnet_v1.py - About 35 mins to fix

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

                                  def _create_feature_extractor(self, depth_multiplier, pad_to_multiple,

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

                                      def graph_fn(feature1, feature2, feature3, feature4, boxes, levels):
                                  Severity: Minor
                                  Found in research/object_detection/utils/spatial_transform_ops_test.py - About 35 mins to fix

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

                                      def _create_feature_extractor(self, depth_multiplier, pad_to_multiple,

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

                                        def _create_feature_extractor(self, depth_multiplier, pad_to_multiple,

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

                                        def coordinates_to_iou(y_grid, x_grid, blist,
                                        Severity: Minor
                                        Found in research/object_detection/utils/target_assigner_utils.py - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language