-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to generate visualization: Unable to initialize visualization #2806
Comments
Hey @keeplearnin. While developing the python-based-visualizations I ran into issues with older versions of TFDV and TFMA. Unfortunately, I did not have ample time to fully resolve the issues faced and I am unsure if they were resolved after my departure from Pipelines. From my understanding, the TFX data in the ml-pipeline-playground is not compatible with the version of TFDV and TFMA that is used to generate visualizations. If possible, can you add the logs from the |
/assign @ajchili |
Hey @ajchili , I'm running into similar issue while trying to visualize the outputs from a component:
I checked the logs of Pod
As the augment is optional, do I have to define something here? Thank you! |
Hey @felihong, thanks for the additional report! I will try to duplicate your cluster and see why the issue is occurring. While it has been a bit since I have worked on this, I do not believe that you have to provide arguments for the table visualization. I will confirm this and see where the issue is arising. As an FYI I just started my final semester at school so I may run into delays but I will update this ticket as frequently as I can, thanks! |
I think the problem is in the way the arguments are sent to the visualization server.
while server.py expects a single form field called "arguments" with the parameters expressed as "command line" arguments, equivalent to this:
i created a container with he visualizer image (gcr.io/ml-pipeline/visualization-server:0.1.27) and i was able to reproduce for failure with the first curl command. my command
server output:
(the process exists due to a bad request, i think that's another issue) |
@ajchili i just retested those commands with At least in my case the error was a result of using pipelines 0.1.31 with visualization-server 0.1.27. @keeplearnin do you have a similar setup? this is the pr that changed how the parameters are sent: #1951 |
nailed down to the manifests: |
Hey @enriquedacostacambio, thanks for taking a deep dive into this issue and discovering the cause! I do not know if I have the bandwidth at the moment to continue the work that you have started. If possible, can you submit a PR with a fix for the manifests file? If not, I can get around to it on the weekend. |
Hi @edacostacambioupgrade , I changed the visualization-server version to |
Sounds good. I created kubeflow/manifests#709 targeting |
@enriquedacostacambio Changing visualization-server version |
@edacostacambioupgrade thanks! I LGTM'd it and assigned @IronPan who oversaw the project during development, he should be able to help get it approved and tested. |
Looks like this should be resolved by kubeflow/manifests#802. I will test in my own cluster before closing this issue. |
/close |
@Bobgy: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
…ow#2806) Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20200622213623-75b288015ac9 to 0.1.0. - [Release notes](https://github.com/golang/crypto/releases) - [Commits](https://github.com/golang/crypto/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
What happened:
Trying to use the Visualization Creator inside Pipeline > Experiment.
Type: TFDV
Source:
gs://ml-pipeline-playground/tfx_taxi_simple/data/data.csv
Received:
What did you expect to happen:
Generate a Visualization of the given data just as in the documentation:
https://www.kubeflow.org/docs/pipelines/sdk/python-based-visualizations/
The text was updated successfully, but these errors were encountered: