tensorflow/models

View on GitHub

Showing 11,634 of 11,634 total issues

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

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

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

    def _visualize_boxes_and_masks_and_keypoints(
    Severity: Major
    Found in research/cognitive_planning/visualization_utils.py - About 1 hr to fix

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

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

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

        def mobilenet_v1_arg_scope(
        Severity: Major
        Found in research/slim/nets/mobilenet_v1.py - About 1 hr to fix

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

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

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

              def __init__(self,
            Severity: Major
            Found in research/efficient-hrl/train_utils.py - About 1 hr to fix

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

              def get_eval_step(uvf_agent,
              Severity: Major
              Found in research/efficient-hrl/eval.py - About 1 hr to fix

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

                def negative_mse(states,
                Severity: Major
                Found in research/efficient-hrl/context/rewards_functions.py - About 1 hr to fix

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

                  def tf_print(op,
                  Severity: Major
                  Found in research/efficient-hrl/utils/utils.py - About 1 hr to fix

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

                    def action_embed_net(
                    Severity: Major
                    Found in research/efficient-hrl/agent.py - About 1 hr to fix

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

                        def __new__(cls,

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

                        def timed_rewards(states,
                        Severity: Major
                        Found in research/efficient-hrl/context/rewards_functions.py - About 1 hr to fix

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

                            def __new__(cls,

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

                            def every_n_episodes(agent,
                            Severity: Major
                            Found in research/efficient-hrl/cond_fn.py - About 1 hr to fix

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

                              def create_train_and_eval_specs(train_input_fn,
                              Severity: Major
                              Found in research/object_detection/model_lib.py - About 1 hr to fix

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

                                def get_fake_kp_params(num_candidates_per_keypoint=100,

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

                                  def export_inference_graph(input_type,
                                  Severity: Major
                                  Found in research/object_detection/exporter_lib_v2.py - About 1 hr to fix

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

                                    def _tucker_conv(
                                    Severity: Major
                                    Found in research/object_detection/models/ssd_mobiledet_feature_extractor.py - About 1 hr to fix

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

                                        def _check_returns_correct_shape(

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

                                        def _create_bifpn_node_config(bifpn_num_iterations,
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language