tensorflow/models

View on GitHub

Showing 11,634 of 11,634 total issues

Function _resnet_small_lite_bottleneck has 8 arguments (exceeds 4 allowed). Consider refactoring.
Open

  def _resnet_small_lite_bottleneck(self,
Severity: Major
Found in research/deeplab/core/resnet_v1_beta_test.py - About 1 hr to fix

    Function get_branch_logits has 8 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    def get_branch_logits(features,
    Severity: Major
    Found in research/deeplab/model.py - About 1 hr to fix

      Function split_separable_conv2d has 8 arguments (exceeds 4 allowed). Consider refactoring.
      Open

      def split_separable_conv2d(inputs,
      Severity: Major
      Found in research/deeplab/core/utils.py - About 1 hr to fix

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

            def _separable_conv(features, depth, kernel_size, depth_multiplier,
        Severity: Major
        Found in research/deeplab/core/xception.py - About 1 hr to fix

          Function _mobilenet_v2 has 8 arguments (exceeds 4 allowed). Consider refactoring.
          Open

          def _mobilenet_v2(net,
          Severity: Major
          Found in research/deeplab/core/feature_extractor.py - About 1 hr to fix

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

              def __init__(self, num_conv_filters, operations, used_hiddenstates,
            Severity: Major
            Found in research/deeplab/core/nas_cell.py - About 1 hr to fix

              Function cyclegan_generator_resnet has 8 arguments (exceeds 4 allowed). Consider refactoring.
              Open

              def cyclegan_generator_resnet(images,
              Severity: Major
              Found in research/slim/nets/cyclegan.py - About 1 hr to fix

                Function _convert_to_example has 8 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                def _convert_to_example(filename, image_buffer, label, synset, human, bbox,
                Severity: Major
                Found in research/slim/datasets/build_imagenet_data.py - About 1 hr to fix

                  Function i3d has 8 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                  def i3d(inputs,
                  Severity: Major
                  Found in research/slim/nets/i3d.py - About 1 hr to fix

                    Function inception_v2_base has 8 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                    def inception_v2_base(inputs,
                    Severity: Major
                    Found in research/slim/nets/inception_v2.py - About 1 hr to fix

                      Function mobilenet has 8 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                      def mobilenet(inputs,
                      Severity: Major
                      Found in research/slim/nets/mobilenet/mobilenet.py - About 1 hr to fix

                        Function mobilenet has 8 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                        def mobilenet(input_tensor,
                        Severity: Major
                        Found in research/slim/nets/mobilenet/mobilenet_v3.py - About 1 hr to fix

                          Function resnet_v2_101 has 8 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                          def resnet_v2_101(inputs,
                          Severity: Major
                          Found in research/slim/nets/resnet_v2.py - About 1 hr to fix

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

                              def __init__(self, num_conv_filters, operations, used_hiddenstates,
                            Severity: Major
                            Found in research/slim/nets/nasnet/nasnet_utils.py - About 1 hr to fix

                              Function bottleneck has 8 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                              def bottleneck(inputs,
                              Severity: Major
                              Found in research/slim/nets/resnet_v1.py - About 1 hr to fix

                                Function resnet_v2_200 has 8 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                def resnet_v2_200(inputs,
                                Severity: Major
                                Found in research/slim/nets/resnet_v2.py - About 1 hr to fix

                                  Function _mobilenet_v3 has 8 arguments (exceeds 4 allowed). Consider refactoring.
                                  Open

                                  def _mobilenet_v3(net,
                                  Severity: Major
                                  Found in research/deeplab/core/feature_extractor.py - About 1 hr to fix

                                    Function resnet_v2_152 has 8 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                    def resnet_v2_152(inputs,
                                    Severity: Major
                                    Found in research/slim/nets/resnet_v2.py - About 1 hr to fix

                                      Function resnet_v2_50 has 8 arguments (exceeds 4 allowed). Consider refactoring.
                                      Open

                                      def resnet_v2_50(inputs,
                                      Severity: Major
                                      Found in research/slim/nets/resnet_v2.py - About 1 hr to fix

                                        Function split_separable_conv2d has 8 arguments (exceeds 4 allowed). Consider refactoring.
                                        Open

                                        def split_separable_conv2d(input_tensor,
                                        Severity: Major
                                        Found in research/slim/nets/mobilenet/conv_blocks.py - About 1 hr to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language