Closed NickShahML closed 8 years ago
I compiled tensorflow from source at commit 504e8a6ac678f83f88862b3826d54bb9b484cc33
What input_shape arguments do you mean?
Hey Ofir, thanks for letting me know the commit -- I will try building from there.
I'm sorry -- instead of input_shape
, I meant infer_shape
found on lines 65 and 67 in your model.py
I'll post back once I've compiled from source and ran it.
Posting back, installing tensorflow with a nightly build resolved all issues:
Thanks for your help. If I make any improvements or findings, I will raise a separate issue. Thanks again for writing this script! Very useful.
Hey Ofir,
Thanks for building this script. I had this error come up running your script out of the box.
Can I ask what version of tensorflow you are using to run the script? I had to get rid of the
input_shape
arguments to even get it to this point. I'm thinking that you ran it on tensorflow 0.8?I ran this in tensorflow version 0.8 and this error arises.
Thanks!