I am trying to print the value of tensor object like this: print(gcn.loss.eval(session=gcn.session)) but i get this error. When I try to print the logits value
print(gcn.loss.eval(session=gcn.session))