f3dba4e07d54815bf540581a13528c28cf9dc1cf,official/vision/beta/modeling/backbones/mobilenet.py,MobileNet,__init__,#MobileNet#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#,454

Before Change



    x, endpoints = self._mobilenet_base(inputs=inputs)

    endpoints[max(endpoints.keys()) + 1] = x
    self._output_specs = {l: endpoints[l].get_shape() for l in endpoints}

    super(MobileNet, self).__init__(

After Change



    x, endpoints, next_endpoint_level = self._mobilenet_base(inputs=inputs)

    endpoints[str(next_endpoint_level)] = x
    self._output_specs = {l: endpoints[l].get_shape() for l in endpoints}

    super(MobileNet, self).__init__(
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 3

Instances


Project Name: tensorflow/models
Commit Name: f3dba4e07d54815bf540581a13528c28cf9dc1cf
Time: 2021-03-12
Author: gardener@tensorflow.org
File Name: official/vision/beta/modeling/backbones/mobilenet.py
Class Name: MobileNet
Method Name: __init__


Project Name: dPys/PyNets
Commit Name: 21674105400b7825e1a79f63a928a164fd093c2f
Time: 2018-05-18
Author: dpisner@utexas.edu
File Name: pynets/diffconnectometry.py
Class Name:
Method Name: collect_struct_mapping_outputs


Project Name: automl/auto-sklearn
Commit Name: 3da7e9997d00e36c56ca9d184d552b7c1c91ecbc
Time: 2016-04-25
Author: feurerm@informatik.uni-freiburg.de
File Name: autosklearn/automl.py
Class Name: EnsembleProcess
Method Name: __init__


Project Name: mlflow/mlflow
Commit Name: 0b871a44b534dcf5e641bb6967f484f3e338ffb0
Time: 2019-04-19
Author: 31962564+eedeleon@users.noreply.github.com
File Name: tests/store/test_file_store.py
Class Name: TestFileStore
Method Name: test_create_experiment