You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
model <- load_model("D:/CMD/cc.zh.300.bin/cc.zh.300.bin") my <- get_word_vectors(model)
However, the loaded word vectors are not correctly encoded, and the problem remained after I set Save With Coding to UTF-8. I am wondering whether there is a way to set encoding when loading the pre-trained model? Thanks for your time in advance!
Jovian
The text was updated successfully, but these errors were encountered:
Hi there,
I am using load_model() function to load a Chinese fastText pre-trained model, and here is the command I used:
model <- load_model("D:/CMD/cc.zh.300.bin/cc.zh.300.bin")
my <- get_word_vectors(model)
However, the loaded word vectors are not correctly encoded, and the problem remained after I set Save With Coding to UTF-8. I am wondering whether there is a way to set encoding when loading the pre-trained model? Thanks for your time in advance!
Jovian
The text was updated successfully, but these errors were encountered: