Fasttext: TypeError: unexpected keyword argument 'autotuneValidationFile'

Created on 10 Sep 2019  路  4Comments  路  Source: facebookresearch/fastText

I update the fasttext, and the version is 0.9.1
but when I use the autotune, I get the error.
who can help me?
many thanks.

Most helpful comment

@Cumberbatch08 autotune is a new feature that is not included in the last release (0.9.1). You should install the "dev" version, that is, clone the repo

$ git clone https://github.com/facebookresearch/fastText.git
$ cd fastText
$ pip install .

All 4 comments

@Cumberbatch08 autotune is a new feature that is not included in the last release (0.9.1). You should install the "dev" version, that is, clone the repo

$ git clone https://github.com/facebookresearch/fastText.git
$ cd fastText
$ pip install .

Hi @Cumberbatch08 ,
As @CristhianBoujon mentioned, it is not included in the last release.

I am closing this issue now, feel free to reopen it if you have any question.

Best regards,
Onur

Hi @Celebio, @CristhianBoujon, @Cumberbatch08.
which release contains this feature?
thanks!

Hi @Celebio, @CristhianBoujon, @Cumberbatch08.
which release contains this feature?
thanks!

hi, @BlazJurisic , look at this link https://github.com/facebookresearch/fastText/issues/903#issuecomment-530815975

Was this page helpful?
0 / 5 - 0 ratings