C2W3_Assignment Exercise 11: AttributeError

Hi!

I’m getting the following error when I try to run the exercise 11.

I tried to rerun the notebook. I also uncommented the code to delete the pipeline and the notebooks cache and rerun again but didn’t work.

Hi Rafael!

Please check the ungraded labs for reference on how to compose the preprocessing_fn() . From the traceback, it seems like you missed using the inputs dictionary to get your input tensors. That’s why you’re getting the error about transforming strings. Hope this helps!