Giter Site home page Giter Site logo

cnns-pytorch's Introduction

CNNs-Pytorch

Convolutional Neural Network of classification models on Pytorch(to be continue)

Introduction

In the past few years, in the field of computer vision,Convolutional Neural Networks(CNNs) have developed rapidly, especially in the image classification task. This project is based on the recent computer vision top conferences (CVPR, ICCV, ECCV) and other excellent papers. Various types of convolutional neural networks are implemented on the framework of Pytorch. Some models have special training, regularization, test mode, etc. because the author of this project is not a professional person, there may be minor problems. It is proposed that the project will continue to be updated.

Requirements

This is my experiment eviroument

1.hardware:

  • Intel@Core i9-9900K CPU @ 3.60HZ x 16
  • GeForce RTX 2080 Ti x1
  • 32 GB DDR4

2.software:

  • Python 3.7.3
  • Pytorch 1.1.0
  • CUDA 10

Usage

1.dataset

By default, the code uses cifar10 dataset from torchvision for model training, and can be replaced with its own dataset.

2.train

a.You need to specify the net you want to train using arg -net
b.You need to specify the number of labels you want to train using arg -num_class c.You need to specify Whether to initialize the weight you want to train using arg -initialize
d.You need to specify the learning rate you want to train using arg -lr

For example

$ python train.py -net resnet18 -num_class 10 -initialize True -lr 0.001

3.models and papers

The convolutional neural network model and paper contained in this project are as follows:
















  • to be continue

cnns-pytorch's People

Contributors

louischenki avatar

Stargazers

Bario avatar ZhiXin Gan avatar  avatar  avatar

Watchers

James Cloos avatar  avatar paper2code - bot 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.