下面是我的代码,我在 python 2.7 上运行它
model = fasttext.skipgram('train1.txt', 'model', dim = 200, minn=0,
maxn=0, loss='hs', lr=0.1, min_count =1,
epoch=1, thread =64)
我在基于数据实验室的实例上的谷歌云平台上运行它,它的 64 cpu 和 410GB RAM。train.txt 大小为 26GB,耗时 6 个多小时。我该如何调音?