张乐博士最大熵工具包:下载地址 点击打开链接
我自己数据放进去,迭代20轮,程序处理完后输出:
Total 1063226 training events and 0 heldout events added in 2.63 s
Reducing events (cutoff is 1)...
Reduced to 935244 training events
最后程序报错:
std::runtime_error caught:lbfgs routine stops with an error
IFLAG= -1
LINE SEARCH FAILED. SEE DOCUMENTATION OF ROUTINE MCSRCH
ERROR RETURN OF LINE SEARCH: INFO= 6
POSSIBLE CAUSES: FUNCTION OR GRADIENT ARE INCORRECT
OR INCORRECT TOLERANCES
关于std::runtime_error caught:lbfgs routine stops with an error工具发布首页的解释是:
-
This is a rare event and most users do not encounter this problem. However, when this does happen it is usually an indication of "over-training", which can be caused by either using a very small dataset, or trying to perform too many training iterations on a large dataset. The ad-hoc solution is to use a larger dataset, or simply use fewer training iterations. Future releases will probably turn this bug into a useful feature:-)
我的数据集合还是太小了?Really?
在使用张乐博士的最大熵工具包进行数据训练时,遇到迭代20轮后程序报错'lbfgs routine stops with an error',错误信息提示可能是因为过训练或数据集太小。官方建议增大数据集或减少训练迭代次数。问题是否真的在于数据集大小呢?
2万+

被折叠的 条评论
为什么被折叠?



