NTMC-Community / MatchZoo

Facilitating the design, comparison and sharing of deep text matching models.
Apache License 2.0
3.82k stars 898 forks source link

w2v embedding loading function modified #809

Closed danielwonght closed 4 years ago

danielwonght commented 4 years ago

Add a parameter in loading function, in order to solve the w2v embedding loading memory issue.

bwanglzu commented 4 years ago

why are u creating 2 PRs for the same thing?

danielwonght commented 4 years ago

I just followed the guideline to resubmit a pull request.

bwanglzu commented 4 years ago

@danielwonght Did CI passed locally?

danielwonght commented 4 years ago

All test cases passed by calling "make test".

matthew-z commented 4 years ago

It is because of tqdm. See #811