标签: python debugging tensorflow
在tensorflow调试器中,我可以运行numpy操作,例如:
eval "np.matmul((`output/Identity:0` / `Softmax:0`).T, `Softmax:0`)"
我可以运行如下的张量流操作吗?
eval "tf.trainable_variables()"
我怀疑答案是否定的,因为上述操作失败并显示'tf' not defined。但是在tensorflow / github上发布内容之前,我想我想看看是否有人更了解。
'tf' not defined