You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, @ismaeelbashir03
Thank you for reporting this issue. I have been able to reproduce similar behavior after making minor adjustments to the provided code snippet. However, I am also encountering the same error you described. Please refer this gist-file so we'll have to dig more into this issue and will update you.
Please find the error log below :
ValueError: in user code:
File "<ipython-input-12-8cb3748a0e9c>", line 15, in __call__ *
self.accumulator = tf.Variable(
ValueError: Cannot convert a partially known TensorShape (1, None, None) to a Tensor.
I am writing a matrix multiplication accumulator that sums the results of calls to the model to a variable:
However, this gives:
The text was updated successfully, but these errors were encountered: