Tensorflow
dengchunlin01
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Tensorflow probem1: Windows 安装Tensorflow
Problem:2018-01-16 17:04:03.737419: I C:\tf_jenkins\home\workspace\rel-win\M\windows\PY\35\tensorflow\core\platform\cpu_feature_guard.cc:137] Your CPU supports instructions that this TensorFlow binary...原创 2018-02-10 11:10:57 · 289 阅读 · 0 评论 -
Tensorflow problem2: 记Github百度开源项目DeepSpeech
项目地址https://github.com/mozilla/DeepSpeech按照README.md文档跑预训练模型。结果出现错误:F tensorflow/core/platform/cpu_feature_guard.cc:35] The TensorFlow library was compiled to use AVX2 instructions, but these aren't a...原创 2018-02-10 11:11:04 · 1587 阅读 · 2 评论 -
mnist的Tensorflow官方模板(fullly_connected_feed.py文件中参数解析问题)
parser.add_argument( '--input_data_dir', type=str, default=os.path.join(os.getenv('TEST_TMPDIR', '/tmp'), 'tensorflow/mnist/input_data'), help='Dir...原创 2018-02-10 11:11:49 · 521 阅读 · 0 评论 -
Tensorboard打开方式学习笔记(基于mnist的fully_connected_feed.py模块)
tensorboard在终端运行:tensorboard --logdir=/direction/其中direction指log的保存位置。如对mnist的fully_connected_feed.py模板来说则为:tensorboard --logdir=/tmp/tensorflow/mnist/logs/fully_connected_feed/(Linux系统)在Window系统上一样。之...原创 2018-02-10 11:11:55 · 298 阅读 · 0 评论 -
cifar10_input.py文件学习笔记
from __future__ import absolute_import(绝对引入)from __future__ import division (引入高版本的除法)from __future__ import print_function原创 2018-02-10 11:12:46 · 407 阅读 · 0 评论
分享