Trying to run the pipeline ( the runtime has been restarted after the first two steps), I get the error message:
fx.orchestration.LocalDagRunner().run(
_create_pipeline(
pipeline_name=PIPELINE_NAME,
pipeline_root=PIPELINE_ROOT,
data_root=DATA_ROOT,
module_file=_trainer_module_file,
serving_model_dir=SERVING_MODEL_DIR,
metadata_path=METADATA_PATH))
AttributeError Traceback (most recent call last)
in
----> 1 tfx.orchestration.LocalDagRunner().run(
2 _create_pipeline(
3 pipeline_name=PIPELINE_NAME,
4 pipeline_root=PIPELINE_ROOT,
5 data_root=DATA_ROOT,
AttributeError: module âtfx.v1â has no attribute âorchestrationâ
Might be a version problem of tfx?