摘要: 解决办法为:import osos.environ['TF_CPP_MIN_LOG_LEVEL'] = '2'亲测有效 阅读全文
posted @ 2019-02-21 18:58 白煤球 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-02-21 18:58 白煤球 阅读(975) 评论(0) 推荐(0) 编辑
摘要: 1 创建yolo环境conda creat -n yolo python=3.6更换conda源,下载软件的时候会快些 conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/conda 阅读全文
posted @ 2019-02-21 18:57 白煤球 阅读(2206) 评论(0) 推荐(0) 编辑
摘要: AttributeError: module 'tensorflow.python.training.checkpointable' has no attribute 'CheckpointableBase' 然后安装tensorflow Pip install tensorflow-gpu==1. 阅读全文
posted @ 2019-02-21 16:19 白煤球 阅读(1031) 评论(0) 推荐(0) 编辑
摘要: RuntimeError: Error while calling cudnnCreate(&handles[new_device_id]) in file C:\Users\Administrator\AppData\Local\Temp\pip-install-xops6emn\dlib\dli 阅读全文
posted @ 2019-02-15 12:48 白煤球 阅读(556) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*- """ Created on Wed Jan 30 23:24:30 2019 @author: Administrator """ import tensorflow as tf from tensorflow.examples.tutorials. 阅读全文
posted @ 2019-01-31 11:14 白煤球 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 书上给的程序 省略了一些代码 import osimport tensorflow as tffrom tensorflow.examples.tutorials.mnist import input_dataimport numpy as npimport mnist_inference tf.r 阅读全文
posted @ 2019-01-30 17:26 白煤球 阅读(110) 评论(0) 推荐(0) 编辑
摘要: import tensorflow as tf tf.reset_default_graph() with tf.name_scope("input1"): input1=tf.constant([1.0,2.0,3.0],name="input")with tf.name_scope("input 阅读全文
posted @ 2019-01-30 10:47 白煤球 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 注意:在命令行启动 需要加.exe 如果网页加载特别慢,请检查log文件的大小。如果很大,可以重启spyder。删除log文件,重新写入log文件。这个计算图大概占4K 阅读全文
posted @ 2019-01-30 10:17 白煤球 阅读(166) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*-"""Created on Tue Jan 29 17:00:24 2019 @author: Administrator""" import tensorflow as tf files=tf.train.match_filenames_once("o 阅读全文
posted @ 2019-01-29 17:30 白煤球 阅读(120) 评论(0) 推荐(0) 编辑