随笔分类 - tensorflow
摘要:原因 : 模型还未生成出来 , 此时你去检测的生成完毕的模型 , 模型呢 ? 还没生成 . 模型还没生成就引用了为什么不报错 ? 解决办法 : 当前情况不要以为是你的程序有 bug , 而是你的模型还没生成完毕 , OVER !
阅读全文
摘要:在文件开始加入
阅读全文
摘要:解决:使用tuple转换一次 one_hot_label[tuple(one_hot_index)] = 1.0
阅读全文
摘要:W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE3 instructions, but these are available on your machine and could speed up CPU computations. W t...
阅读全文