Closed danielbaak closed 6 years ago
Nevermind, I snuck in an annoying bug while updating the code to run with tensorflow 1.5.
Daniel,
It seems I have the same problem. When I was running my code with Tensorflow 1.9.0, I didn't have that problem, but this issue comes with Tensorflow 1.5.0
@danielbaak how did you resolve that? I must run tensorflow 1.5 because of CPU compatibility but i have that bug.
I tried with 1.9, 1.10, 1.14 and doesn't work
I'm getting the following error:
it seems that the sess.run() inside of do_batch() is complaining about being passed malformed data. I can't so far figure out the source of the error and am using the same data as explained in the blog post.
Also, i did fix the error regarding sigmoid_cross_entropy_with_logits that was discussed in other issues before getting to this problem.