NTMC-Community / MatchZoo

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

Embedding Path #806

Open mb320 opened 4 years ago

mb320 commented 4 years ago

How to pass my own embedding path to the model parameters or possibly the processor? Thank you very much !

danielwonght commented 4 years ago

You can do it by calling mz.embedding.load_from_file.

aszhanghuali commented 4 years ago

Hi!@mb320 Have you solved it ?I hpe I can get your advise!