fastText -autotune-validation not working

旧城冷巷雨未停 提交于 2021-01-29 12:40:36

问题


I am trying to use the autotune-validation command to check the f1 score of a dataset I am working in.

I tested fastText in two different machines (Ubuntu and MAC), but I got the following error:

Unknown argument: -autotune-validation

The following arguments are mandatory:
  -input              training file path
  -output             output file path

The following arguments are optional:
  -verbose            verbosity level [2]

...

I tried to read the documentation, but according to the fastText website, this command should work fine.

./fasttext supervised -input commits.train -output commits -autotune-validation commits.valid

I expected the -autotune-validation command to work fine as described here

来源:https://stackoverflow.com/questions/58598754/fasttext-autotune-validation-not-working

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!