Code Monkey home page Code Monkey logo

dlnetwork's Introduction

深度学习基础网络实现

系列文章地址:深度学习基础网络实现-csdn

框架:pytorch1.8.1

python:python3.7

网络

细节

模型 LeNet AlexNet VggNet GoogLeNet ResNet
轮数 5 5 5 5 5
精度 0.622 0.800、0.860(加pretrain) 0.911(加pretrain) 0.932(加pretrain) 0.927(加pretrain)
日志 lenet.log alexnet.logalexnet_pretrain.log vggnet.log googlenet.log resnet.log

参数

  • model: 选择使用的模型(字符串类型,例如:--model lenet)
  • save_feature: 设置是否保存特征图(布尔类型,例如:--save_feature True)

训练

python3 train.py --model lenet

测试

python3 predict.py --model lenet

打印网络参数量

python3 params_print.py --model lenet

dlnetwork's People

Contributors

xmy0916 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.