CsvExampleGen and UnicodeDecodeError
Common error received when running some components of TFX is UnicodeDecodeError. Why it appears?
Components like CsvExampleGen, receive base_location as path to folder with csv datasets. By design folder should not contain other files then csv. If folder contains other files with very high probability will appear unicode error.
Comments
Post a Comment