Skip to content

Private github repo fail for using log_model and log_metric #1302

Answered by polyaxon-team
sijin-dm asked this question in Q&A
Discussion options

You must be logged in to vote

This is very hard to debug, you need to check if the git repo has some more information like a hard-coded NO_OP.

Also I would check if you added the local cache folder .polyaxon to your .gitignore and .dockerignore. If this folder was added to you git repo, then indeed the metrics and artifacts will be saved to a different run.

You can also validate that the run is running with the correct run-uuid:

...
print(tracking.TRACKING_RUN.run_uuid)
...

If the run_uuid does not correspond to the currently running run, then the cache is bundled somewhere (git repo or docker image).

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by polyaxon-team
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1301 on April 27, 2021 08:08.