Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Pytorch implementation of network design paradigm described in the paper "Designing Network Design Spaces"

License

NotificationsYou must be signed in to change notification settings

signatrix/regnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Here is our pytorch pytorch implementation of network design paradigm described in the paper "Designing Network Design Spaces"


Design space design

Comparison

P: Paper's. O: Our

Model[P/O] gflops[P/O] params[P/O] top-1 error
RerNetY-200MF0.2/0.223.2/3.2729.6/updating...
RerNetY-400MF0.4/0.424.3/4.4525.9/updating...
RerNetY-600MF0.6/0.606.1/5.6624.5/updating...
RerNetY-800MF0.8/0.826.3/6.2623.7/updating...

Best models


Top RegNetX models


Top RegNetY models

Datasets

We use Imagenet (ILSVRC2012) for all experiments, as stated in the paper.

Create a data folder under this repository,

cd {repo_root}mkdir data
  • ImageNet:Download the ImageNet dataset and put the files as the following structure:
    data├── train│   ├── n01440764│   └── n01443537│   └── ...│── val│   ├── n01440764│   └── n01443537│   └── ...
    Of course you could change this path to whatever you want based on your own preference, or mount it to a folder when using docker.

How to use our code

With our code, you can:

  • Train your model with default arguments by runningpython train.py -d path/to/image/root/folder
  • We also provide shell scripts which could be used to run training for first RegnetY models at./scripts/. For example, if you want to train RegNetY 800MF, you could simply run./scripts/RegnetY_800MF.sh

Requirements

  • python 3.7
  • pytorch 1.4
  • opencv (cv2)
  • pthflops
  • torchsummary

Updating (21/04/2020)

Complete all networks and training script. We are training RegnetY models and will update result soon.

References

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp