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

Logs lost #140

Open
superflexo opened this issue Oct 1, 2021 · 0 comments
Open

Logs lost #140

superflexo opened this issue Oct 1, 2021 · 0 comments
Assignees

Comments

@superflexo
Copy link

superflexo commented Oct 1, 2021

I am try to use the solution proposed within my project with a custom training script. I have this two problems:

  • child runs fail with UserError (my fault, of course) but I cannot find the related error message in logs
  • when all child runs fail the run (father) status sometimes is FAIL, sometimes is COMPLETED, sometimes is RUNNING

I acknowledge these seem not issues with the solution proposed, still I think that may hamper the robustness of it.
Please let me know if you can help me.
Thank you a lot!

UPDATE
Modifying the except part of the custom train script as

except Exception as e:
            logging.error(str(e))

was a first good idea!

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

No branches or pull requests

4 participants