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.
@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
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