摘要: # -*- coding: utf-8 -*- import tensorflow as tf import os import random import tensorflow.contrib.slim as slim import time import numpy as np import pickle from PIL import Image mode = "inference... 阅读全文
posted @ 2018-05-02 17:02 bonelee 阅读(2548) 评论(2) 推荐(0)
摘要: 我自己的应用: 阅读全文
posted @ 2018-05-02 16:25 bonelee 阅读(940) 评论(0) 推荐(0)
摘要: slim.flatten(inputs,outputs_collections=None,scope=None) (注:import tensorflow.contrib.slim as slim) 将输入扁平化但保留batch_size,假设第一维是batch。 Args: inputs: a t 阅读全文
posted @ 2018-05-02 15:29 bonelee 阅读(5906) 评论(0) 推荐(1)