mckinziebrandon / ai-with-tensorflow

Code from my course, "Artificial Intelligence with TensorFlow"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AttributeError: 'tuple' object has no attribute 'ndims' in conv_block

Aenas11 opened this issue · comments

Hi I am trying to follow "https://www.safaribooksonline.com/videos/learn-artificial-intelligence" but getting above error in "cifar10_model.py" on line #42 in cifar10_model.py. What am i doing wrong?

Hello, can you show me how you're running the code? Seems like the error is coming from TensorFlow, which means either (a) the arguments are being passed in an unexpected way, or (b) you may be using a version of TF incompatible with this repository. I'd assume the more likely of the two is (a).

If I see how you're running it / what parameters you're using, I can provide more detailed help.

Is this resolved? Will close soon if no response.