c7de4ab74e02646714072b581b30e644545ab50d,models/experimental/mask_rcnn/mask_rcnn_model.py,,build_model_graph,#Any#Any#Any#Any#,106

Before Change


          params["test_nms"],
          params["bbox_reg_weights"])

    model_outputs.update({
        "detections": tf.identity(detections, "Detections"),
    })
    if params["output_box_features"]:
      final_box_rois = detections[:, :, 1:5]
      final_roi_features = spatial_transform_ops.multilevel_crop_and_resize(

After Change


    model_outputs.update({
        "image_id": tf.identity(features["source_ids"], "ImageId"),
        "num_valid_boxes": tf.identity(detections[0], "NumValidBoxes"),
        "box_coordinates": tf.identity(detections[1], "BoxCoordinates"),
        "box_classes": tf.identity(detections[2], "BoxClasses"),
        "box_scores": tf.identity(detections[3], "BoxScores"),
    })

    if params["output_box_features"]:
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 3

Instances


Project Name: tensorflow/tpu
Commit Name: c7de4ab74e02646714072b581b30e644545ab50d
Time: 2019-03-25
Author: aikido.instructor@gmail.com
File Name: models/experimental/mask_rcnn/mask_rcnn_model.py
Class Name:
Method Name: build_model_graph


Project Name: scipy/scipy
Commit Name: 3b368618290cc177f79bf56373648b3a183001d2
Time: 2014-02-10
Author: argriffi@ncsu.edu
File Name: scipy/linalg/matfuncs.py
Class Name:
Method Name: expm3


Project Name: tensorflow/tpu
Commit Name: c7de4ab74e02646714072b581b30e644545ab50d
Time: 2019-03-25
Author: aikido.instructor@gmail.com
File Name: models/experimental/mask_rcnn/mask_rcnn_model.py
Class Name:
Method Name: build_model_graph


Project Name: tensorflow/models
Commit Name: 1453d07070a71f0f0d41a6d9424aa46fc27a5cee
Time: 2018-03-06
Author: mtdziubinski@gmail.com
File Name: research/learning_to_remember_rare_events/model.py
Class Name: Model
Method Name: predict


Project Name: tensorflow/models
Commit Name: 1453d07070a71f0f0d41a6d9424aa46fc27a5cee
Time: 2018-03-06
Author: mtdziubinski@gmail.com
File Name: research/learning_to_remember_rare_events/model.py
Class Name: Model
Method Name: episode_predict