我有80,000,000 x 30个条目的数据。我正在尝试使用这些输入来训练大众车型 -
vw mydata.vw -f model1.vw --binary --sgd --passes 2 -c
但是在运行数据后它给了我错误 -
finished run
number of examples = 1556368
weighted example sum = 1.55637e+06
weighted label sum = 0
average loss = 0.00119509
best constant = -6.42522e-07
total feature number = 14475842
Segmentation fault (core dumped)
谁能告诉我这里有什么问题?