摘要: include include static void vSignalHandler(int signum) { std::cout 阅读全文
posted @ 2019-07-12 20:09 JohnRed 阅读(170) 评论(0) 推荐(0) 编辑
摘要: ``` include include include std::vector vStringSplit(const std::string& s, const std::string& delim=",") { std::vector elems; size_t pos = 0; size_t l 阅读全文
posted @ 2019-07-12 19:43 JohnRed 阅读(9773) 评论(0) 推荐(0) 编辑
摘要: ``` tf.nn.conv2d(input, filter, strides, padding, use_cudnn_on_gpu=None, name=None) ``` ``` 第一个参数input:指需要做卷积的输入图像,它要求是一个Tensor,具有[batch, in_height, in_width, in_channels]这样的shape,具体含义是[训练时一个batc... 阅读全文
posted @ 2019-07-12 10:09 JohnRed 阅读(172) 评论(0) 推荐(0) 编辑