ImportExampleGen on Kubeflow not working
See original GitHub issueAfter 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:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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?
ok, ty guys!