TFX on Google Cloud Vertex AI Pipelines Reviews
6365 reviews
Terrible experience for not package dependency issues, it cannot run at all
Shawn L. · Reviewed over 2 years ago
the labs doesn't provides a good guide how to do something, and the clone file isn't run well by default. consider to add "!pip uninstall shapely -y"
banana l. · Reviewed over 2 years ago
banana l. · Reviewed over 2 years ago
you need to update the tensorflow-io package to 0.8.1 for the lab to work
Vaughan L. · Reviewed over 2 years ago
Papamsanogo M. · Reviewed over 2 years ago
Papamsanogo M. · Reviewed over 2 years ago
the pipeline doesnt run, also the tfx and other dependencies are deprecated, resulting in error and we have to debug it on our own.
Lyora Felicya C. · Reviewed over 2 years ago
pip installations failed due to version incompatibilities. lost some time to find the way to fix it (uninstalling TF)
Dmitry L. · Reviewed over 2 years ago
Lab is broken! If you find errors in Jupyter notebook. On the first console you can change the code to: !pip install --upgrade pip !pip uninstall tensorflow tensorflow-tensorboard tensorflow-io tensorflow-cloud -y !pip install tensorflow==1.15.5 !pip uninstall tfx -y !pip install --upgrade "tfx[kfp]<2" It will work!
Qolbi N. · Reviewed over 2 years ago
Lyora Felicya C. · Reviewed over 2 years ago
Lyora Felicya C. · Reviewed over 2 years ago
Mathews D. · Reviewed over 2 years ago
There is a package dependency problem. In order to complete, the first cell should be changed to: # Use the latest version of pip. !pip install --upgrade pip !pip uninstall tensorflow tensorflow-tensorboard tensorflow-io tensorflow-cloud -y !pip install tensorflow==1.15.5 !pip uninstall tfx -y !pip install --upgrade "tfx[kfp]<2"
Arvydas Ž. · Reviewed over 2 years ago
Mochammad T. · Reviewed over 2 years ago
Slamet Rofikoh C. · Reviewed over 2 years ago
The package dependency of the notebook is broken. Please fix it. Thanks
Shicong Y. · Reviewed over 2 years ago
NOt working properly dependencies are not installed
Raghav S. · Reviewed over 2 years ago
cann't import the tfx.v1
Kornkamon M. · Reviewed over 2 years ago
Paul P. · Reviewed over 2 years ago
Akshay S. · Reviewed over 2 years ago
tfx version has problems with the python environment setup, please help correct it.
Zuwei Z. · Reviewed over 2 years ago
TFX dependency issues
Cameron M. · Reviewed over 2 years ago
Muhammad F. · Reviewed over 2 years ago
Muhammad F. · Reviewed over 2 years ago
It's buggy. Please fix it!!! --------------------------------------------------------------------------- NameError Traceback (most recent call last) /tmp/ipykernel_11019/2586589429.py in <module> 4 def _create_pipeline(pipeline_name: str, pipeline_root: str, data_root: str, 5 module_file: str, serving_model_dir: str, ----> 6 ) -> tfx.dsl.Pipeline: 7 """Creates a three component penguin pipeline with TFX.""" 8 # Brings data into the pipeline. NameError: name 'tfx' is not defined
Qolbi N. · Reviewed over 2 years ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.