-
Notifications
You must be signed in to change notification settings - Fork 439
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问为什么有些官方的算法运行失败后不显示错误信息?已附图 #107
Comments
你好!想请问一下,你是在本地部署的还是访问http://159.226.40.104:18080/dev/使用的呢? |
@nuts-mr 算子组件能够查看到的日志信息是通过算子内部添加日志输出实现的。有2种可能性不显示日志,其一是在未执行该算子之前算子就报错了,可检查前置算子的输出是否有正常数据;另一种情况是算子本身没有添加日志打印。感觉前者比较有可能。 |
@nuts-mr http://159.226.40.104:18080/dev/ 目前该链接暂时无法访问。我们在进行版本更新。 |
@sinllychen 您好,感谢您的回答,经过确认前置算子是有输出数据的,但是还是出现不报错的情况,当我打开对应class文件查看参数接口时发现有些参数没有在CMDFormate中填写,于是我填写了对应--is_reg参数出现如图所示情况, |
@TangVVV 您这个是在我们外网平台跑的么? |
@sinllychen 您好,这个是下载源码后在我搭建的平台上跑的,有些算法相同数据下单机可运行但分布式就出现错误且不报错,反之亦然;有些算法采用官方示例也没法跑且不报错。 |
The text was updated successfully, but these errors were encountered: