Viewing the training process of a Fasttext model

前端 未结 0 889
误落风尘
误落风尘 2020-12-20 15:02

I want to train a Fasttext model in the following way:

corpus_file = datapath(\'file.cor\')
model = FastText(size=embedding_size,
                  window=win         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题