1. 首页
  2. 数据库
  3. 其它
  4. tensorflow实现GoogLeNet InceptionV1

tensorflow实现GoogLeNet InceptionV1

上传者: 2021-01-17 00:55:25上传 PDF文件 41.32KB 热度 15次
GoogLeNet Inception v1 结构 及 pytorch、tensorflow、keras、paddle实现ImageNet识别 环境 python3.6,tensorflow-gpu 1.12.0 代码 # -*- coding: utf-8 -*- # @Time : 2020/2/3 9:56 # @Author : Zhao HL # @File : InceptionV1-tensorflow.py import sys, cv2, os import numpy as np import pandas as pd from PIL import Image impo
用户评论