4f18f7042df59e1c92fc8998c44211ba70fffe04,msaf/run.py,,run_algorithms,#Any#Any#Any#Any#Any#,161

Before Change


    labels_module = get_labels_module(labels_id)

    // Get the correct frame times
    frame_times = features["beats"]
    if config["framesync"]:
        frame_times = utils.get_time_frames(features["anal"]["dur"],
                                            features["anal"])

After Change


        frame_times = utils.get_time_frames(features_object.dur,
                                            features["anal"])

    import pdb; pdb.set_trace()  // XXX BREAKPOINT
    // Segment audio based on type of segmentation
    run_fun = run_hierarchical if config["hier"] else run_flat
    est_times, est_labels = run_fun(audio_file, bounds_module, labels_module,
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 5

Non-data size: 3

Instances


Project Name: urinieto/msaf
Commit Name: 4f18f7042df59e1c92fc8998c44211ba70fffe04
Time: 2016-06-05
Author: oriol.nieto@gmail.com
File Name: msaf/run.py
Class Name:
Method Name: run_algorithms


Project Name: JasonKessler/scattertext
Commit Name: c26e2ad25f32f1638c39277df591d9fb97cd7712
Time: 2020-09-15
Author: JasonKessler@users.noreply.github.com
File Name: demo_custom_topic_model.py
Class Name:
Method Name:


Project Name: tensorflow/models
Commit Name: 80af2a7b97f30ef8d82f88f050404fa698d6171d
Time: 2019-08-19
Author: vinh.nguyenx@gmail.com
File Name: official/vision/image_classification/resnet_imagenet_main.py
Class Name:
Method Name: run


Project Name: urinieto/msaf
Commit Name: dd23469436660d436893696a3c95b709fd86d786
Time: 2016-11-06
Author: oriol.nieto@gmail.com
File Name: msaf/run.py
Class Name:
Method Name: run_flat


Project Name: NeuromorphicProcessorProject/snn_toolbox
Commit Name: f41276a549a21f617c5d50182d67595cffcb4a73
Time: 2016-08-09
Author: evangelos.stromatias@imse-cnm.csic.es
File Name: snntoolbox/target_simulators/MegaSim_target_sim.py
Class Name: SNN_compiled
Method Name: build