TypeError: expected str, bytes or os.PathLike object, not LazyRow

#5
by qianz - opened

I copied and pasted the code given in the README, but was faced with an error. The error comes from the line valid_dataset = valid_dataset.map(preprocess)

Sign up or log in to comment