I have a tensor whose value I\'d like to get. I\'m trying to execute the following code:
print(model.embeddings.eval(session=sess))
where mo
mo