facebookresearch / fastText

Library for fast text representation and classification.
https://fasttext.cc/
MIT License
25.76k stars 4.71k forks source link

-autotune-validation didn't activate hyperparameters autotuning #1046

Open hyusterr opened 4 years ago

hyusterr commented 4 years ago

As the title, when I tried ./fasttext supervised -input cooking.train -output mode_cooking -autotune-validation cooking.valid as in the tutorial, it didn't activate tuning. Instead, it simply showed the content as ./fasttext supervised did.

I'm pretty sure I followed the steps in downloading v0.9.1. What can I do to fix the problem? or is there anything I may miss when installing fastText?

leocnj commented 4 years ago

v0.9.1 zip file doesn't contain the commit about auto-tune. Please git pull directly.