0

I tried running the tutorial provided in tfx documentation and I am facing a problem with the path to metadata.

I have described the query in detail in this issue https://github.com/tensorflow/tfx/issues/4993.

The documentation I am using is https://www.tensorflow.org/tfx/tutorials/tfx/penguin_tfdv.

burnsi
  • 6,194
  • 13
  • 17
  • 27

2 Answers2

0

It looks like the root cause was using a version of Apache Beam that was incompatible with the version of TFX. When using TFX, you may want to pin your Beam version.

robertwb
  • 4,891
  • 18
  • 21
0

This error should be fixed when using latest version of TFX. I ran the same code in colab with TFX verison 1.9.0, Tensorflow version 2.9.0 and I haven't got any TypeCheckError. Please find the working gist here. Thank you!