
Tensorflow
digta
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
TensorFlow .tfrecords训练文件生成、使用
.tfrecords训练文件的生成 #-*- coding:utf-8 -*- import os import tensorflow as tf import matplotlib.pyplot as plt import numpy as np import cv2 def extract_image(filename, resize_height, resize_width):原创 2017-11-06 19:04:03 · 931 阅读 · 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 · 8686 阅读 · 0 评论