4c56a09e7143634e8232159146b346aa556eca53,examples/text-pair/glove_mwe_multipool_predict.py,,main,#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#,96

Before Change


        // computed in parallel for every token in the batch.
        mwe_encode = ExtractWindow(nW=1) >> Maxout(width, width*3, pieces=pieces)

        embed = StaticVectors("en", width) + Embed(width, width, 5000)
        // Comments indicate the output type and shape at each step of the pipeline.
        // * B: Number of sentences in the batch
        // * T: Total number of words in the batch
        // (i.e. sum(len(sent) for sent in batch))

After Change


        // computed in parallel for every token in the batch.
        mwe_encode = ExtractWindow(nW=1) >> Maxout(width, width*3, pieces=pieces)

        embed = StaticVectors("en", width) //+ Embed(width, width, 5000)
        // Comments indicate the output type and shape at each step of the pipeline.
        // * B: Number of sentences in the batch
        // * T: Total number of words in the batch
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


Project Name: explosion/thinc
Commit Name: 4c56a09e7143634e8232159146b346aa556eca53
Time: 2017-02-22
Author: honnibal+gh@gmail.com
File Name: examples/text-pair/glove_mwe_multipool_predict.py
Class Name:
Method Name: main


Project Name: explosion/thinc
Commit Name: 54e2a37e8d36825cc8c5210ecdb30b18eaf7a59c
Time: 2017-02-23
Author: honnibal+gh@gmail.com
File Name: examples/text-pair/glove_mwe_multipool_predict.py
Class Name:
Method Name: main


Project Name: explosion/thinc
Commit Name: 89d2f18951d05eb55f30859152bdd8c2844583d9
Time: 2017-02-25
Author: honnibal+gh@gmail.com
File Name: examples/text-pair/glove_mwe_multipool_predict.py
Class Name:
Method Name: main