-
大小: 1.41MB文件类型: .zip金币: 1下载: 0 次发布日期: 2021-01-10
- 语言: Python
- 标签: tensorflow cifar-10
资源简介
使用tensorflow做cifar-10的分类识别,使用的语言是python
代码片段和文件信息
# -*- coding: utf8 -*-
# author: ronniecao
import os
from src.data.cifar10 import Corpus
os.environ[‘CUDA_DEVICE_ORDER‘] = ‘PCI_BUS_ID‘
os.environ[‘CUDA_VISIBLE_DEVICES‘] = ‘3‘
cifar10 = Corpus()
def basic_cnn():
from src.model.basic_cnn import ConvNet
convnet = ConvNet(n_channel=3 n_classes=10 image_size=24)
# convnet.debug()
convnet.train(dataloader=cifar10 backup_path=‘backup/cifar10-v14/‘ batch_size=128 n_epoch=500)
# convnet.test(dataloader=cifar10 backup_path=‘backup/cifar10-v2/‘ epoch=5000 batch_size=128)
# convnet.observe_salience(batch_size=1 n_channel=3 num_test=10 epoch=2)
# convnet.observe_hidden_distribution(batch_size=128 n_channel=3 num_test=1 epoch=980)
def plain_cnn():
from src.model.plain_cnn import
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-09-29 06:56 cifar10-tensorflow-master\
文件 955 2017-09-29 06:56 cifar10-tensorflow-master\.gitignore
目录 0 2017-09-29 06:56 cifar10-tensorflow-master\exps\
目录 0 2017-09-29 06:56 cifar10-tensorflow-master\exps\cifar10-v1\
文件 48467 2017-09-29 06:56 cifar10-tensorflow-master\exps\cifar10-v1\cifar10-v1.png
文件 583361 2017-09-29 06:56 cifar10-tensorflow-master\exps\cifar10-v1\cifar10-v1.txt
文件 2433 2017-09-29 06:56 cifar10-tensorflow-master\exps\cifar10-v1\log_analyzer.py
目录 0 2017-09-29 06:56 cifar10-tensorflow-master\exps\cifar10-v11\
文件 49464 2017-09-29 06:56 cifar10-tensorflow-master\exps\cifar10-v11\cifar10-v11.png
文件 50900 2017-09-29 06:56 cifar10-tensorflow-master\exps\cifar10-v11\cifar10-v12.txt
文件 50920 2017-09-29 06:56 cifar10-tensorflow-master\exps\cifar10-v11\cifar10-v13.txt
文件 50919 2017-09-29 06:56 cifar10-tensorflow-master\exps\cifar10-v11\cifar10-v14.txt
文件 50920 2017-09-29 06:56 cifar10-tensorflow-master\exps\cifar10-v11\cifar10-v15.txt
文件 3918 2017-09-29 06:56 cifar10-tensorflow-master\exps\cifar10-v11\log_analyzer.py
目录 0 2017-09-29 06:56 cifar10-tensorflow-master\exps\cifar10-v16\
文件 64760 2017-09-29 06:56 cifar10-tensorflow-master\exps\cifar10-v16\cifar10-v16.png
文件 51225 2017-09-29 06:56 cifar10-tensorflow-master\exps\cifar10-v16\cifar10-v16.txt
文件 51572 2017-09-29 06:56 cifar10-tensorflow-master\exps\cifar10-v16\cifar10-v17.txt
文件 50905 2017-09-29 06:56 cifar10-tensorflow-master\exps\cifar10-v16\cifar10-v18.txt
文件 51206 2017-09-29 06:56 cifar10-tensorflow-master\exps\cifar10-v16\cifar10-v19.txt
文件 4523 2017-09-29 06:56 cifar10-tensorflow-master\exps\cifar10-v16\log_analyzer.py
目录 0 2017-09-29 06:56 cifar10-tensorflow-master\exps\cifar10-v2\
文件 99036 2017-09-29 06:56 cifar10-tensorflow-master\exps\cifar10-v2\cifar10-v2.png
文件 563325 2017-09-29 06:56 cifar10-tensorflow-master\exps\cifar10-v2\cifar10-v2.txt
文件 567491 2017-09-29 06:56 cifar10-tensorflow-master\exps\cifar10-v2\cifar10-v3.txt
文件 588542 2017-09-29 06:56 cifar10-tensorflow-master\exps\cifar10-v2\cifar10-v4.txt
文件 575387 2017-09-29 06:56 cifar10-tensorflow-master\exps\cifar10-v2\cifar10-v5.txt
文件 5422 2017-09-29 06:56 cifar10-tensorflow-master\exps\cifar10-v2\log_analyzer.py
目录 0 2017-09-29 06:56 cifar10-tensorflow-master\exps\cifar10-v20\
文件 57922 2017-09-29 06:56 cifar10-tensorflow-master\exps\cifar10-v20\cifar10-v20.png
文件 51199 2017-09-29 06:56 cifar10-tensorflow-master\exps\cifar10-v20\cifar10-v20.txt
............此处省略41个文件信息
相关资源
- 基于机器学习框架tensorflow的图像分类
- 机器学习实战:基于 Scikit-Learn 和 T
- 《白话深度学习与TensorFlow》.pdf
- Tensorflow+实战Google深度学习框架
- python MNIST分类 tensorflow
- tensorflow下用LSTM网络进行时间序列预测
- 深度学习之二:用Tensorflow实现卷积神
- tensorflow版本的YOLO v3,在Windows系统下
- Python实现的TensorFlow入门案例
- 《TensorFlow技术解析与实战》高清中文
- python实现TensorFlow2 股票股价预测(源
- 计算 语义分割结果 MIOU,miou.py操作简
- TensorFlow手写数字识别代码
- 基于kNN方法的MNIST手写数字识别Tenso
- cifar10_input.py
- Python-PythonTensorflowKeras实现参数tSNE算法
- TensorFlow实现CNN
- Python TensorFlow手写数字识别
- cnn +rnn +attention 以及CTC-loss融合的文字
- python3 tensorflow alexnet训练与预测
- TensorFlow入门指导中英文 PDF版
- tensorflow提取图片特征-
- tensorflow物体检测-图片目标分类计数
- python+tensorflow+keras 基于Inception-v3模型
评论
共有 条评论