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.

ImportExampleGen on Kubeflow not working

See original GitHub issue

After building tfx image on latest master, I just discovered using ImportExampleGen on Kubeflow results in:

usage: container_entrypoint.py [-h] --exec_properties EXEC_PROPERTIES
                               --outputs OUTPUTS --executor_class_path
                               EXECUTOR_CLASS_PATH
                               {CsvExampleGen,BigQueryExampleGen,StatisticsGen,SchemaGen,ExampleValidator,Transform,Trainer,Evaluator,ModelValidator,Pusher}
                               ...
container_entrypoint.py: error: argument executor: invalid choice: 'ImportExampleGen' (choose from 'CsvExampleGen', 'BigQueryExampleGen', 'StatisticsGen', 'SchemaGen', 'ExampleValidator', 'Transform', 'Trainer', 'Evaluator', 'ModelValidator', 'Pusher')

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
valeriano-manasserocommented, Aug 12, 2019

I proposed a quick fix for that https://github.com/tensorflow/tfx/pull/459 while waiting for b/132197968 implementation.

Do you think it’s useful?

0reactions
valeriano-manasserocommented, Aug 14, 2019

ok, ty guys!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshooting | Kubeflow
This page presents some hints for troubleshooting specific problems that you may encounter. Diagnosing problems in your Kubeflow Pipelines ...
Read more >
Why pod on GKE cluster is OOMkilled when trying to run a ...
The problem is that, while the pipeline from the example runs without problem, this pipeline always fails with the pod on the GKE...
Read more >
The ExampleGen TFX Pipeline Component - TensorFlow
For file based example gen (e.g. CsvExampleGen and ImportExampleGen), pattern is a glob relative file pattern that maps to input files with root ......
Read more >
Dual deployments on Vertex AI | Google Cloud Blog
In this post, we will cover an end-to-end workflow enabling dual model deployment scenarios using Kubeflow, TensorFlow Extended (TFX), ...
Read more >
Tensorflow Extended (TFX) in action: build a production ready ...
Note that we will not dive deep into the code because there are a lot ... from tfx.components import ImportExampleGen ... kubeflow-pipelines ...
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