a901f23f1d47519508df7d96eef815c725ef3d3a,transcribe.py,,,#,98

Before Change


            for pi in range(max(args.top_paths, len(decoded_output[b]))):
                print(decoded_output[b][pi])
                if args.offsets:
                    print(decoded_offsets[b][pi])

After Change


    out = model(Variable(spect, volatile=True))
    out = out.transpose(0, 1)  // TxNxH
    decoded_output, decoded_offsets = decoder.decode(out.data)
    print(json.dumps(decode_results(decoded_output, decoded_offsets)))
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: SeanNaren/deepspeech.pytorch
Commit Name: a901f23f1d47519508df7d96eef815c725ef3d3a
Time: 2017-12-06
Author: seannaren@hotmail.com
File Name: transcribe.py
Class Name:
Method Name:


Project Name: openai/pixel-cnn
Commit Name: c7c98a88c50ac1b64a824ae9da198a2e3858d773
Time: 2016-11-01
Author: andrej.karpathy@gmail.com
File Name: train_double_cnn.py
Class Name:
Method Name:


Project Name: cve-search/cve-search
Commit Name: 0c11680229ec321925d9b244a72ea5e06a7c7a6f
Time: 2013-03-30
Author: a@foo.be
File Name: search_fulltext.py
Class Name:
Method Name: