注册 登录
编程论坛 C语言论坛

有大佬知道这样的c怎么运行嘛~

yyuqing6161 发布于 2019-09-09 11:31, 1507 次点击
只有本站会员才能查看附件,请 登录

recwe -train train_data.txt -output-word output_vec.txt -output-char char_vec.txt -size 200 -window 5 -sample 1e-4 -negative 10 -iter 100 -threads 8 -min-count 5 -alpha 0.025 -binary 0  -char2comp char2comp.txt -join-type 1 -pos-type 3 -average-sum 1

recce -train train_data.txt -output-word output_char_vec.txt -output-char comp_vec.txt -size 200 -window 5 -sample 1e-4 -negative 10 -iter 100 -threads 8 -min-count 5 -alpha 0.025 -binary 0  -char2comp char2comp.txt -join-type 1 -pos-type 3 -average-sum 1
求知道的大佬帮帮忙呗~~~
4 回复
#2
c小白23332019-09-09 19:21
这个是什么东西。。。
恕我无知了。。。
#3
yyuqing61612019-09-17 10:41
#4
C基础2019-09-17 17:37
#5
yuelaiyuehei2019-09-17 23:16
c++代码
1