Closed casassg closed 1 year ago
step: Download the dataset
DATA_PATH = 'https://raw.githubusercontent.com/tensorflow/tfx/master/tfx/examples/penguin/data/labelled/penguins_processed.csv'
@casassg , thanks for reporting this issue, which i was able to reproduce with slight variation to highlight more on the behaviour in the github gist.
I believe issue was not fixed. There was only a small fix of a data path
Hi @casassg,
Thank you for opening this issue. Since this issue has been open for a long time, the code/debug information for this issue may not be relevant with the current state of the code base.
The TFX team is constantly improving the framework by fixing bugs and adding new features. We suggest you try the latest TFX version with the latest compatible hardware configuration which could potentially resolve the issue. If you are still facing the issue, please create a new GitHub issue with your latest findings, with all the debugging information which could help us investigate.
Please follow the release notes to stay up to date with the latest developments which are happening in the TFX space. Thank you!
This issue has been marked stale because it has no recent activity since 7 days. It will be closed if no further activity occurs. Thank you.
This issue was closed due to lack of activity after being marked stale for past 7 days.
System information
pip freeze
output):Describe the current behavior
If you force reexecution of a component (enable_cache=False), and then use cache, it loads the first existing output artifact with matching properties. See https://colab.research.google.com/drive/1yLt_adE-s-IVLQ_uzPmuyr3ejDbLQT2T?usp=sharing (1st execution creates artifact 1, second execution creates artifact 2, third execution returns artifact 1).
Describe the expected behavior
I would expect to be able to overwrite the cache by forcing reexecution. This means that third execution should load artifact 2 instead of artifact 1.
Standalone code to reproduce the issue
https://colab.research.google.com/drive/1yLt_adE-s-IVLQ_uzPmuyr3ejDbLQT2T?usp=sharing
Name of your Organization (Optional)
Twitter