8a600f790ba68880e9a76a5eda33a3f4fccd22c4,luminoth/eval.py,,evaluate,#Any#Any#Any#Any#Any#Any#Any#,22

Before Change



    // TODO: This is not the best place to configure rank? Why is rank not
    // transmitted through the queue
    train_image.set_shape((None, None, 3))
    // We add fake batch dimension to train data. TODO: DEFINITELY NOT THE BEST
    // PLACE
    train_image = tf.expand_dims(train_image, 0)

After Change


    // If the config file is empty, our config will be the base_config for the
    // default model.
    try:
        config = get_config(config_files, override_params=override_params)
    except KeyError:
        raise KeyError("model.type should be set on the custom config.")

    config.train.job_dir = job_dir or config.train.job_dir
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 2

Instances


Project Name: tryolabs/luminoth
Commit Name: 8a600f790ba68880e9a76a5eda33a3f4fccd22c4
Time: 2017-11-17
Author: javirey@gmail.com
File Name: luminoth/eval.py
Class Name:
Method Name: evaluate


Project Name: keras-team/keras
Commit Name: 33ff9dbce230068e65dedb2f41a00c39c70bef93
Time: 2016-08-17
Author: francois.chollet@gmail.com
File Name: tests/keras/layers/test_wrappers.py
Class Name:
Method Name: test_Bidirectional


Project Name: keras-team/keras
Commit Name: 2a4f6b942db5da321c627ebc1f0ca448bf491556
Time: 2016-04-01
Author: francois.chollet@gmail.com
File Name: tests/keras/layers/test_core.py
Class Name:
Method Name: test_activity_regularization