摘要:
分析dump文件时,由于客户生产环境与分析dump文件的环境不一致,常常会出现下面的错误 The version of SOS does not match the version of CLR you are debugging. Pleaseload the matching version o 阅读全文
摘要:
计算模型-图计算模型使用图来隔离数据,tf有一个默认的图,如果不创建图,就会使用默认的图。 import tensorflow as tfa=tf.constant([1.0,2.0])print(a.graph is tf.get_default_graph()) 输出:True说明a这个常量在默 阅读全文