question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unknown error when runnnig experiments

See original GitHub issue

/kind bug

Got unexpected error in metric collector using file collector

F1005 06:27:13.600768 14 main.go:396] Failed to Report logs: rpc error: code = Unknown desc = Pepare SQL statement failed: Error 1390: Prepared statement contains too many placeholders

The job finished properly, but showed as error in the pod status. Found the error above in the file metric collector log. How shall I debug this?

The output looks like:


objective: 0.716
loss_avg: 0.716
acc_avg: 0.500

objective: 0.704
loss_avg: 0.704
acc_avg: 0.540

Epoch eval:
ROCAUC: 0.605

Validation:
objective: 0.671
loss_avg: 0.671
acc_avg: 0.605

Epoch eval:
ROCAUC: 0.609
Validation rocauc: 0.609

time(s): 67894.691

What did you expect to happen: Works well

Anything else you would like to add: There’s warning above kind of related to this

W1005 06:27:08.292701 14 file-metricscollector.go:71] Metrics will not have timestamp since error parsing time objective:: parsing time “objective:” as “2006-01-02T15:04:05.999999999Z07:00”: cannot parse “objective:” as “2006” W1005 06:27:08.292708 14 file-metricscollector.go:71] Metrics will not have timestamp since error parsing time Validation: parsing time “Validation” as “2006-01-02T15:04:05.999999999Z07:00”: cannot parse “Validation” as “2006”

Environment:

  • Kubeflow version (kfctl version): Didn’t install kf
  • Minikube version (minikube version):
  • Kubernetes version: (use kubectl version): 1.20
  • OS (e.g. from /etc/os-release): Amazon Linux2

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:11 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
VoVAllencommented, Oct 19, 2021

Hi, I cannot share the full yaml. Below is the metricCollector and objectivepart

  metricsCollectorSpec:
    collector:
      kind: File
    source:
      filter:
        metricsFormat:
          - ([\w|-]+)\s*:\s*((-?\d+)(\.\d+)?)
      fileSystemPath:
        path: /tmp/output.log
        kind: File

and

  objective:
    type: maximize
    goal: 0.99
    objectiveMetricName: objective
    additionalMetricNames:
      - rocauc
0reactions
stale[bot]commented, Apr 16, 2022

This issue has been automatically closed because it has not had recent activity. Please comment “/reopen” to reopen it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error: unknown resource - Online experiments - PsychoPy
I've checked that the structure of the project on GitLab equals the structure of my project locally. I've tried these proposed solutions from ......
Read more >
Accounting for unknown error in multiple regression?
The problem is that I'm using pooled data across multiple experiments (not conducted by me). The experiments involve different methodologies ...
Read more >
DOMException error using Azure and Selenium through C# ...
implies that the ChromeDriver was unable to initiate/spawn a new WebBrowser i.e. Chrome Browser session. Your main issue is the incompatibility ...
Read more >
Troubleshoot Dataflow errors | Google Cloud
manifest for IMAGE_NAME not found: manifest unknown: Failed to fetch ... As a workaround, you can run the pipeline with the ‑‑experiments=disable_runner_v2 ...
Read more >
Types of Experimental Errors - WriteOnline.ca
Using This Checklist ... about the different types of errors to pay attention to in your lab. ... When experimental procedures, a model...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found