Tensorflow
digta
这个作者很懒,什么都没留下…
展开
-
TensorFlow .tfrecords训练文件生成、使用
.tfrecords训练文件的生成#-*- coding:utf-8 -*-import osimport tensorflow as tfimport matplotlib.pyplot as pltimport numpy as npimport cv2def extract_image(filename, resize_height, resize_width):原创 2017-11-06 19:04:03 · 865 阅读 · 0 评论 -
tensorflow中的global_step等概念的理解
tensorflow中的global_step等概念的理解一、 global_step参考stackoverflow答主的回答 global_step refer to the number of batches seen by the graph. Everytime a batch is provided, the weights are updated in the di原创 2017-10-30 10:42:10 · 8639 阅读 · 0 评论