vinhkhuc / JFastText

Java interface for fastText
Other
228 stars 100 forks source link

Jfasttext take much time #11

Open SamMohel opened 7 years ago

SamMohel commented 7 years ago

Excuse me , I'm new to use fasttext and very appreciating your work. but i'm facing latency with using Jfastext. My dataset is around 170MB and with running my code it took more than 8 hours . Do you know how can i make it faster ? Thanks in advance

lidalei commented 6 years ago

What kind of code? What is your running environment? I tried to train a classifier from europarl.train (302MB, 21 classes). The process took less than 5 minutes.