- 博客(4)
- 收藏
- 关注
原创 iou
def calcIoU(): groundTruthFolderName = '/home/aita/01Visual/02Semantic_segmentation/Data/AITA/AITA/testing/' imgListName = '/home/aita/01Visual/02Semantic_segmentation/Data/AITA/AITATestingI
2017-07-25 21:19:49 360
原创 tensorflow simple conv lenet
import mnist from mnist import read_data_sets import tensorflow as tf from tensorflow import models from tensorflow import python from tensorflow import tensorboard from tensorflow import tools
2017-07-07 16:46:27 289
原创 tensorflow simple
import mnist from mnist import read_data_sets import tensorflow as tf from tensorflow import models from tensorflow import python from tensorflow import tensorboard from tensorflow import tools
2017-07-07 16:43:43 327
翻译 tensorflow随记
tensorflow一般分为两个过程: 1、建立图; 2、运行图 计算图的运行放在python外部,由session来连接与启动。但在python与外部计算环境间切换时存在不小的开销,该开销主要可能来自于数据搬移
2016-11-20 13:11:16 323
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人