摘要: ``` tf.nn.max_pool( value, ksize, strides, padding, data_format='NHWC', name=None ) ``` ``` 参数: value:由data_format指定格式的4-D Tensor ([batch_size, height, width, channels]) ksize... 阅读全文
posted @ 2019-07-16 20:36 JohnRed 阅读(132) 评论(0) 推荐(0) 编辑
摘要: ``` tf.nn.depthwise_conv2d( input, filter, strides, padding, rate=None, name=None, data_format=None ) ``` ``` 参数: input:4-D,形状根据data_format得出 filter:4-D,形状为[filter_height,... 阅读全文
posted @ 2019-07-16 20:31 JohnRed 阅读(1801) 评论(0) 推荐(0) 编辑
摘要: ``` tf.nn.relu6(features,name=None) ``` ``` 计算校正线性6:min(max(features, 0), 6) 参数: features:一个Tensor,类型为float,double,int32,int64,uint8,int16,或int8 name:操作的名称(可选) 返回: 一个Tensor,与features具有相同类型 ``` 阅读全文
posted @ 2019-07-16 20:20 JohnRed 阅读(1964) 评论(0) 推荐(0) 编辑
摘要: sample output 阅读全文
posted @ 2019-07-16 20:01 JohnRed 阅读(2679) 评论(0) 推荐(1) 编辑
摘要: sample output 阅读全文
posted @ 2019-07-16 19:47 JohnRed 阅读(1455) 评论(0) 推荐(0) 编辑
摘要: ``` tf.nn.relu(features, name = None) ``` ``` 计算校正线性:max(features, 0) 参数: features:一个Tensor.必须是下列类型之一:float32,float64,int32,uint8,int16,int8,int64,bfloat16,uint16,half,uint32,uint64 name:操作的名称(可选) ... 阅读全文
posted @ 2019-07-16 19:37 JohnRed 阅读(859) 评论(0) 推荐(0) 编辑
摘要: 将s1全部替换为s2 删除s1 阅读全文
posted @ 2019-07-16 17:43 JohnRed 阅读(391) 评论(0) 推荐(0) 编辑
摘要: 添加submodule 更新submodule 阅读全文
posted @ 2019-07-16 17:34 JohnRed 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 创建ctags文件 跳转操作 返回操作 阅读全文
posted @ 2019-07-16 16:48 JohnRed 阅读(195) 评论(0) 推荐(0) 编辑