alibaba / pipcook

Machine learning platform for Web developers
https://alibaba.github.io/pipcook/
Apache License 2.0
2.52k stars 204 forks source link

plugin: duplicate logs in running bayesian classifier #532

Open FeelyChau opened 3 years ago

FeelyChau commented 3 years ago

I have checked the stdout and stderr of the costa worker process, it's duplicate. I'm not sure which part is wrong, costa or boa.

⚠ Building prefix dict from the default dictionary ...
⚠ Building prefix dict from the default dictionary ...
⚠ Building prefix dict from the default dictionary ...
⚠ Loading model from cache /var/folders/tq/cmmgdq_143jbd5w_drrdl8km0000gp/T/jieba.cache
⚠ Loading model from cache /var/folders/tq/cmmgdq_143jbd5w_drrdl8km0000gp/T/jieba.cache
⚠ Loading model from cache /var/folders/tq/cmmgdq_143jbd5w_drrdl8km0000gp/T/jieba.cache
⚠ Loading model cost 0.703 seconds.
⚠ Loading model cost 0.703 seconds.
⚠ Loading model cost 0.703 seconds.
⚠ Prefix dict has been built successfully.
⚠ Prefix dict has been built successfully.
⚠ Prefix dict has been built successfully.
ℹ create a result "qy5nvaid" for plugin "@pipcook/plugins-bayesian-model-evaluate@1.1.0"
ℹ [job] running modelEvaluate end
ℹ [job] run successfully
✔ job is finished successfully
ℹ start to download output to /Users/feiyu.zfy/work/pipcook/output
✔ download finished
yorkie commented 3 years ago

This is not the behavior for all plugins, so it might be an issue for those specific plugins :)

yorkie commented 3 years ago

@FeelyChau May I ask you to give the complete steps to reproduce this bug for @Txiaozhe?

FeelyChau commented 3 years ago

Just run the command:

$ pipcook run /path/to/text-bayes-classification.json
Txiaozhe commented 3 years ago

Thank you :) @yorkie @FeelyChau

lilee commented 1 year ago

Just run the command:

$ pipcook run /path/to/text-bayes-classification.json

我运行这条命令,报了找不到node-rs/jieba的错误

run pipeline error: Error: Cannot find module '@node-rs/jieba'