tensorflow/models

View on GitHub

Showing 11,634 of 11,634 total issues

Avoid too many return statements within this function.
Open

      if end_point == final_endpoint: return net, end_points
Severity: Major
Found in research/slim/nets/inception_v3.py - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

          if end_point == final_endpoint: return net, end_points
    Severity: Major
    Found in research/slim/nets/inception_v3.py - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

                return net, end_points
      Severity: Major
      Found in research/slim/nets/inception_v2.py - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

                if end_point == final_endpoint: return net, end_points
        Severity: Major
        Found in research/slim/nets/inception_v2.py - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

                  if end_point == final_endpoint: return net, end_points
          Severity: Major
          Found in research/slim/nets/inception_v2.py - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

                    if final_endpoint == end_point: return net, end_points
            Severity: Major
            Found in research/slim/nets/inception_v1.py - About 30 mins to fix

              Avoid too many return statements within this function.
              Open

                    if end_point == final_endpoint: return net, end_points
              Severity: Major
              Found in research/slim/nets/inception_v3.py - About 30 mins to fix

                Avoid too many return statements within this function.
                Open

                      if add_and_check_final('MaxPool_5a_3x3', net): return net, end_points
                Severity: Major
                Found in research/slim/nets/inception_resnet_v2.py - About 30 mins to fix

                  Avoid too many return statements within this function.
                  Open

                        return self._env.observation(xytheta), None, xytheta
                  Severity: Major
                  Found in research/cognitive_planning/tasks.py - About 30 mins to fix

                    Avoid too many return statements within this function.
                    Open

                          if add_and_check_final('Mixed_6a', net): return net, end_points
                    Severity: Major
                    Found in research/slim/nets/inception_v4.py - About 30 mins to fix

                      Avoid too many return statements within this function.
                      Open

                              if add_and_check_final('Mixed_4a', net): return net, end_points
                      Severity: Major
                      Found in research/slim/nets/inception_v4.py - About 30 mins to fix

                        Avoid too many return statements within this function.
                        Open

                                if add_and_check_final('Mixed_5a', net): return net, end_points
                        Severity: Major
                        Found in research/slim/nets/inception_v4.py - About 30 mins to fix

                          Avoid too many return statements within this function.
                          Open

                                if add_and_check_final('Conv2d_4a_3x3', net): return net, end_points
                          Severity: Major
                          Found in research/slim/nets/inception_resnet_v2.py - About 30 mins to fix

                            Avoid too many return statements within this function.
                            Open

                                    if add_and_check_final(block_scope, net): return net, end_points
                            Severity: Major
                            Found in research/slim/nets/inception_v4.py - About 30 mins to fix

                              Avoid too many return statements within this function.
                              Open

                                    if add_and_check_final('Mixed_7a', net): return net, end_points
                              Severity: Major
                              Found in research/slim/nets/inception_v4.py - About 30 mins to fix

                                Avoid too many return statements within this function.
                                Open

                                      if add_and_check_final('Mixed_6a', net): return net, end_points
                                Severity: Major
                                Found in research/slim/nets/inception_resnet_v2.py - About 30 mins to fix

                                  Avoid too many return statements within this function.
                                  Open

                                        if add_and_check_final('Mixed_7a', net): return net, end_points
                                  Severity: Major
                                  Found in research/slim/nets/inception_resnet_v2.py - About 30 mins to fix

                                    Avoid too many return statements within this function.
                                    Open

                                          if add_and_check_final('Conv2d_3b_1x1', net): return net, end_points
                                    Severity: Major
                                    Found in research/slim/nets/inception_resnet_v2.py - About 30 mins to fix

                                      Avoid too many return statements within this function.
                                      Open

                                            if add_and_check_final('Conv2d_7b_1x1', net): return net, end_points
                                      Severity: Major
                                      Found in research/slim/nets/inception_resnet_v2.py - About 30 mins to fix

                                        Avoid too many return statements within this function.
                                        Open

                                              if add_and_check_final('PreAuxLogits', net): return net, end_points
                                        Severity: Major
                                        Found in research/slim/nets/inception_resnet_v2.py - About 30 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language