Skip to content
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

Failed Eval when model training is in progress #722

Open
zhangpengshan opened this issue Aug 14, 2020 · 0 comments
Open

Failed Eval when model training is in progress #722

zhangpengshan opened this issue Aug 14, 2020 · 0 comments
Labels

Comments

@zhangpengshan
Copy link
Contributor

We'd better to have the feature when in training but can run eval in parallel. Training is usually a long time running job and sometimes in the middle of running, eval can be leveraged to check model performance till checkpointed model.

2020-08-13 08:38:55: ERROR EvalModelProcessor [Eval-MAR] - Exception in eval:
java.io.FileNotFoundException: File models does not exist
at org.apache.hadoop.fs.RawLocalFileSystem.listStatus(RawLocalFileSystem.java:444)
at org.apache.hadoop.fs.FileSystem.listStatus(FileSystem.java:1548)
at org.apache.hadoop.fs.FileSystem.listStatus(FileSystem.java:1591)
at ml.shifu.shifu.util.ModelSpecLoaderUtils.findModels(ModelSpecLoaderUtils.java:541)
at ml.shifu.shifu.util.ModelSpecLoaderUtils.locateBasicModels(ModelSpecLoaderUtils.java:359)
at ml.shifu.shifu.util.ModelSpecLoaderUtils.loadBasicModels(ModelSpecLoaderUtils.java:217)
at ml.shifu.shifu.core.processor.EvalModelProcessor.validateEvalColumnConfig(EvalModelProcessor.java:794)
at ml.shifu.shifu.core.processor.EvalModelProcessor.runEval(EvalModelProcessor.java:849)
at ml.shifu.shifu.core.processor.EvalModelProcessor.access$200(EvalModelProcessor.java:57)
at ml.shifu.shifu.core.processor.EvalModelProcessor$2.run(EvalModelProcessor.java:695)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant