codertimo / BERT-pytorch

Google AI 2018 BERT pytorch implementation
Apache License 2.0
6.09k stars 1.29k forks source link

Vocab's load_vectors seems to be an old method? #69

Open JamesOwers opened 4 years ago

JamesOwers commented 4 years ago

The line referencing self.load_vectors https://github.com/codertimo/BERT-pytorch/blob/7efd2b5a631f18ebc83cd16886b8c6ee77a40750/bert_pytorch/dataset/vocab.py#L63 will fail as this method doesn't appear to exist (on quick search of the repo).

Apologies if I've misunderstood something obvious...