```python
# -*- coding:utf-8 -*-
import tensorflow as tf
from tensorflow.examples.tutorials.mnist import input_data
import os
import argparse
import s... ...
分类:
其他好文 时间:
2018-07-29 22:17:49
阅读次数:
177
TensorFlow 卷积层 TensorFlow 卷积层 TensorFlow 卷积层 TensorFlow 卷积层 TensorFlow 卷积层 TensorFlow 卷积层 让我们看下如何在 TensorFlow 里面实现 CNN。 TensorFlow 提供了 tf.nn.conv2d() ...
分类:
其他好文 时间:
2018-07-11 20:09:56
阅读次数:
190
官方文档:https://git-scm.com/docs/git-clone 1 --depth<depth> Create a shallow clone with a history truncated to the specified number of commits. Implies - ...
分类:
其他好文 时间:
2018-07-04 22:40:13
阅读次数:
120
环境及部署图 本次配置在同一台主机配置文件及端口号不一样 6379配置文件/etc/redis/6379.conf 6380配置文件/etc/redis/6380.conf 说明:配置文件大部分相同不同的是端口号以及备配置文件增加以下两行 PS:如果主redis没有配置密码则不需要配置mastera ...
分类:
其他好文 时间:
2018-06-21 17:17:39
阅读次数:
178
第一步:准备好需要的库 tensorflow-gpu 1.8.0 opencv-python 3.3.1 numpy skimage os pillow 第二步:准备数据集: 链接:https://pan.baidu.com/s/1Kbz_UaRhAfhlweFY28R8Sw 密码:iym3 本次使 ...
分类:
其他好文 时间:
2018-06-11 00:25:49
阅读次数:
461
mysql> UPDATE financial_sales_order SET ASSIGN_TIME = '2018-05-02 00:00:00' where CUSTOMER_ID=3541535;ERROR 1292 (22007): Truncated incorrect DOUBLE v ...
分类:
其他好文 时间:
2018-06-04 19:21:01
阅读次数:
579
tf.truncated_normal tf.truncated_normal与tf.random_normal https://blog.csdn.net/u013713117/article/details/65446361 其他链接:https://blog.csdn.net/uestc_c2 ...
分类:
其他好文 时间:
2018-06-03 12:25:02
阅读次数:
142
tf.truncated_normal(shape, mean, stddev) :shape表示生成张量的维度,mean是均值,stddev是标准差。这个函数产生正太分布,均值和标准差自己设定。这是一个截断的产生正太分布的函数,就是说产生正太分布的值如果与均值的差值大于两倍的标准差,那就重新生成。 ...
分类:
其他好文 时间:
2018-05-23 20:45:30
阅读次数:
340
Pillow 读取图片错误解决办法 (OSError: image file is truncated) ...
分类:
其他好文 时间:
2018-05-23 11:02:17
阅读次数:
581
(1)react-navigation库属性介绍(2)StackNavigator、TabNavigator实现界面间跳转,Tab切换(3)StackNavigator界面间跳转、传值、取值(4)DrawerNavigator实现抽屉导航菜单(5)DrawerNavigator扩展功能(6)自定义r ...
分类:
其他好文 时间:
2018-05-18 18:10:29
阅读次数:
232