Is there a way to both feed and fetch the same variable in Tensorflow? If not, why is this not allowed?
I\'m getting this error:
StatusNotOK: Inval
I just realized that my error was occurring because I was running on a deprecated version of TensorFlow. I'm still interested to hear about how variables can appear in both feed and fetch though!