tensorflow/models

View on GitHub

Showing 11,634 of 11,634 total issues

Function mobilenet_v3_large_seg has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

def mobilenet_v3_large_seg(net,
Severity: Major
Found in research/deeplab/core/feature_extractor.py - About 50 mins to fix

    Function overfeat has 7 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    def overfeat(inputs,
    Severity: Major
    Found in research/slim/nets/overfeat.py - About 50 mins to fix

      Function inception_arg_scope has 7 arguments (exceeds 4 allowed). Consider refactoring.
      Open

      def inception_arg_scope(
      Severity: Major
      Found in research/slim/nets/inception_utils.py - About 50 mins to fix

        Function squeeze_excite has 7 arguments (exceeds 4 allowed). Consider refactoring.
        Open

        def squeeze_excite(input_tensor,
        Severity: Major
        Found in research/slim/nets/mobilenet/conv_blocks.py - About 50 mins to fix

          Function mbv3_op has 7 arguments (exceeds 4 allowed). Consider refactoring.
          Open

          def mbv3_op(ef, n, k, s=1, act=tf.nn.relu, se=None, **kwargs):
          Severity: Major
          Found in research/slim/nets/mobilenet/mobilenet_v3.py - About 50 mins to fix

            Function _visualize_boxes_and_masks has 7 arguments (exceeds 4 allowed). Consider refactoring.
            Open

            def _visualize_boxes_and_masks(image, boxes, classes, scores, masks,
            Severity: Major
            Found in research/cognitive_planning/visualization_utils.py - About 50 mins to fix

              Function _visualize_boxes_and_keypoints has 7 arguments (exceeds 4 allowed). Consider refactoring.
              Open

              def _visualize_boxes_and_keypoints(image, boxes, classes, scores, keypoints,
              Severity: Major
              Found in research/cognitive_planning/visualization_utils.py - About 50 mins to fix

                Function inception_v4 has 7 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                def inception_v4(inputs, num_classes=1001, is_training=True,
                Severity: Major
                Found in research/slim/nets/inception_v4.py - About 50 mins to fix

                  Function distorted_bounding_box_crop has 7 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                  def distorted_bounding_box_crop(image,
                  Severity: Major
                  Found in research/cognitive_planning/preprocessing/inception_preprocessing.py - About 50 mins to fix

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

                      def __init__(self,
                    Severity: Major
                    Found in research/cognitive_planning/tasks.py - About 50 mins to fix

                      Function resnet_arg_scope has 7 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                      def resnet_arg_scope(
                      Severity: Major
                      Found in research/slim/nets/resnet_utils.py - About 50 mins to fix

                        Function preprocess_for_train has 7 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                        def preprocess_for_train(image, height, width, bbox,
                        Severity: Major
                        Found in research/cognitive_planning/preprocessing/inception_preprocessing.py - About 50 mins to fix

                          Function unroll_policy_for_eval has 7 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                          def unroll_policy_for_eval(
                          Severity: Major
                          Found in research/cognitive_planning/train_supervised_active_vision.py - About 50 mins to fix

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

                              def __init__(self,
                            Severity: Major
                            Found in research/slim/deployment/model_deploy.py - About 50 mins to fix

                              Function preprocess_image has 7 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                              def preprocess_image(image, height, width,
                              Severity: Major
                              Found in research/cognitive_planning/preprocessing/inception_preprocessing.py - About 50 mins to fix

                                Function potential_rewards has 7 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                def potential_rewards(states,
                                Severity: Major
                                Found in research/efficient-hrl/context/rewards_functions.py - About 50 mins to fix

                                  Function diff_rewards has 7 arguments (exceeds 4 allowed). Consider refactoring.
                                  Open

                                  def diff_rewards(
                                  Severity: Major
                                  Found in research/efficient-hrl/context/rewards_functions.py - About 50 mins to fix

                                    Function state_preprocess_net has 7 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                    def state_preprocess_net(
                                    Severity: Major
                                    Found in research/efficient-hrl/agent.py - About 50 mins to fix

                                      Function crop_and_threshold_masks has 7 arguments (exceeds 4 allowed). Consider refactoring.
                                      Open

                                      def crop_and_threshold_masks(elems, input_height, input_width, mask_height=256,
                                      Severity: Major
                                      Found in research/object_detection/meta_architectures/center_net_meta_arch.py - About 50 mins to fix

                                        Function every_n_steps has 7 arguments (exceeds 4 allowed). Consider refactoring.
                                        Open

                                        def every_n_steps(agent,
                                        Severity: Major
                                        Found in research/efficient-hrl/cond_fn.py - About 50 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language