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
Also, I had to add an 'out' node to the computation graph which multiplies the counter by one, because if I try to add the 'counter' variable directly to the td.Model() I got an error.
It seems that after saving a model, all subsequent saves are identical.
I made a minimal example that reproduces the problem:
The ouput is :
tensorflow evaluation = 0.0
td evaluation = 0.0
tensorflow evaluation = 1.0
td evaluation = 0.0
But the last td evaluation should be equal to 1.0. What is going on?
The text was updated successfully, but these errors were encountered: