[TFX] TFMA 0.27.0 broken in KFP UI
See original GitHub issueI tried to upgrade some other TFX related deps, however, I’m getting the following errors in various places in parameterized_tfx_sample:
- when clicking visualizations on
evaluator
, the visualization js simply crashes without any clear error message. I tried to take a look at browser console, but it only shows. EDIT: workarounded in #5191Uncaught Error: Script error for: tensorflow_model_analysis http://requirejs.org/docs/errors.html#scripterror at C (require.min.js:8) at HTMLScriptElement.onScriptError (require.min.js:29)
Originally posted in https://github.com/kubeflow/pipelines/issues/5137#issuecomment-785012674
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (7 by maintainers)
Top Results From Across the Web
tfx Changelog - pyup.io
Merges KFP UI Metadata file if it already exists. Now components can produce their own UI results and it will be merged with...
Read more >TensorFlow Model Analysis | TFX
TensorFlow Model Analysis (TFMA) is a library for evaluating TensorFlow models. It allows users to evaluate their models on large amounts of data...
Read more >Source - GitHub
It is a JSON object that contains the downsampled test split information. ... **frontend:** example-validator visualization for TFX 0.27.0.
Read more >Architecture for MLOps using TFX, Kubeflow Pipelines, and ...
TFX ML system overview; TFX ML system on Google Cloud ... TensorFlow Model Analysis (TFMA): Used for ML model evaluation and ... The...
Read more >TFX Evaluator seems it is not recognizing the baseline model ...
It was solved by upgrading to version 0.27.0 from version 0.26.0. The problem arise because the defaul notebook in Kubeflow Pipelines in ...
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 FreeTop 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
Top GitHub Comments
It works on the first run since the util.py accepts None if there is only a single model with evaluation results:
https://github.com/tensorflow/model-analysis/blob/master/tensorflow_model_analysis/view/util.py#L585-L587
This issue has been automatically closed because it has not had recent activity. Please comment “/reopen” to reopen it.