资源简介

本资源包含有VGG-16的结构源码,因为本人电脑配件有限,所以改动之后可以在cpu上跑,只是稍微有些慢而已。但是对于了解VGG深度卷积神经网络来说,已经足够了。

资源截图

代码片段和文件信息

# -*- coding: utf-8 -*-
“““
Created on Wed Jun 19 20:11:18 2019

@author: 周~
“““

# coding:utf8

########################################################################################
# Davi Frossard 2016                                                                  #
# VGG16 implementation in TensorFlow                                                   #
# Details:                                                                             #
# http://www.cs.toronto.edu/~frossard/post/vgg16/                                      #
#                                                                                      #
# Model from https://gist.github.com/ksimonyan/211839e770f7b538e2d8#file-readme-md     #
# Weights from Caffe converted using https://github.com/ethereon

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件      392621  2019-06-13 11:51  03VGG-16.pdf
     文件       96477  2019-06-19 20:16  dog.jpg
     文件        6955  2019-06-19 20:16  images.jpg
     文件      101910  2019-06-19 20:15  laska.png
     文件       15289  2019-06-21 14:50  VGG16.py

评论

共有 条评论