-
Notifications
You must be signed in to change notification settings - Fork 722
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
TFX 0.23 complains upstream components were not run in interactive mode #2500
Comments
@sidharths, |
I found this issue and others running the tutorial using 0.23 - https://www.tensorflow.org/tfx/tutorials/tfx/components_keras so thi smaybe easier to reproduce this error. I found the issues seem to start with the transform.outputs where the When you get to the step in the tutorial:
In 0.22 everything works okay Tried 0.24.0-rc0 out of curiosity but don't get very far as CsvExampleGen returns 0 artifacts |
Hi @nroberts1, @rmothukuru & @sidharths, I can confirm this issue! Under 0.23: I checked the
Furthermore, the variable
The base_component_launcher module provided the following info for the
No uri was registered for the transformed example, only for the graph. Regarding 0.24: I can also confirm the issue @nroberts1 is reporting. I don't see where the info of the example paths is being dropped since the |
T
Sent from Yahoo Mail for iPhone
On Friday, September 18, 2020, 5:56 AM, Nathan Roberts <notifications@github.com> wrote:
I found this issue and others running the tutorial using 0.23 - https://www.tensorflow.org/tfx/tutorials/tfx/components_keras so thi smaybe easier to reproduce this error.
I found the issues seem to start with the transform.outputs where the
transform.outputs['transform_graph'].get()[0].uri
exists but the
transform.outputs['transform_examples'].get()[0].uri
does not.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Hi @nroberts1, @rmothukuru & @sidharths, Update from my side: I wasn't able to run any pipeline with 0.23, 0.24rc0, and master! I have set up a public colab notebook for each version error (@rmothukuru, those notebooks will download a public data set to reproduce the errors): Version 0.23: Colab with 0.23 errors I hope this helps. @rmothukuru feel free to reach out if you have any questions to reproduce the errors. |
@rmothukuru One more comment: The Transform step runs fine in pipelines based on 0.22. I noticed that the Transform components from versions > 0.22 have a new attribute |
@nroberts1, @rmothukuru & @sidharths |
No Active issues found on TFX 0.23.0. will reopen if any issues found in future. |
The notebook was training fine with TFX 0.22 but getting this error in TFX 0.23
Please find the notebook here
https://colab.research.google.com/drive/1Qb-uv5JtyZhMl1BEVHplZmfULgV-BN45?usp=sharing
The upstream components (transformed examples in this caser were executed succesfully with
context.run()
however trainer still complains that it was not doneThe text was updated successfully, but these errors were encountered: