BERT-pytorch icon indicating copy to clipboard operation
BERT-pytorch copied to clipboard

Vocab's load_vectors seems to be an old method?

Open JamesOwers opened this issue 4 years ago • 0 comments

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...

JamesOwers avatar Oct 08 '19 14:10 JamesOwers