Hi,
In main.py
pretrained = KeyedVectors.load(args.pretrained, mmap='r')
the following above line causes an runtime error, saying
- there is no ".vector.py" found in the ptempt folder
- if i try to save on by other pieces of codes, it says "Error loading pretrained model or creating vocab: Array can't be memory-mapped: Python objects in dtype."
can you please resolve this one