d6c1b86594ef9a97e9f503547ab6567f89508486,tests/integration_tests/test_experiment.py,,test_experiment_image_inputs,#Any#,177

Before Change


    run_experiment(input_features, output_features, rel_path)

    // Delete the temporary data created
    all_images = glob.glob(os.path.join(image_dest_folder, "*.jpg"))
    for im in all_images:
        os.remove(im)

    os.rmdir(image_dest_folder)


def test_experiment_tied_weights(csv_filename):

After Change


    run_experiment(input_features, output_features, data_csv=rel_path)

    // Stacked CNN encoder, in_memory = False
    input_features[0]["preprocessing"]["in_memory"] = False
    rel_path = generate_data(input_features, output_features, csv_filename)
    run_experiment(input_features, output_features, data_csv=rel_path)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 6

Instances


Project Name: uber/ludwig
Commit Name: d6c1b86594ef9a97e9f503547ab6567f89508486
Time: 2019-05-01
Author: smiryala@uber.com
File Name: tests/integration_tests/test_experiment.py
Class Name:
Method Name: test_experiment_image_inputs


Project Name: uber/ludwig
Commit Name: d6c1b86594ef9a97e9f503547ab6567f89508486
Time: 2019-05-01
Author: smiryala@uber.com
File Name: tests/integration_tests/test_experiment.py
Class Name:
Method Name: test_image_resizing_num_channel_handling


Project Name: pyinstaller/pyinstaller
Commit Name: 2c5e9cf15a523b23d6a98f632b2efd374de85058
Time: 2015-11-22
Author: dustin@virtualroadside.com
File Name: PyInstaller/utils/hooks/__init__.py
Class Name:
Method Name: get_typelibs