Skip to content
/ DNA Public
forked from changlin31/DNA

Blockwisely Supervised Neural Architecture Search with Knowledge Distillation

Notifications You must be signed in to change notification settings

Arui1/DNA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DNA

This repository provides the evaluation code of our paper: Blockwisely Supervised Neural Architecture Search with Knowledge Distillation.

Our Trained Models

Usage

1. Requirements

2. Train our models

The Training Module is simplified from the repo: pytorch-image-models

  • Modify the run_example.sh: change data path and hyper-params according to your requirements
  • ./run_example.sh

3. Evaluate our models

  • You can evaluate our models with the following command:
    python validate.py PATH/TO/ImageNet/validation --model DNA_a --checkpoint PATH/TO/model.pth.tar
    • PATH/TO/ImageNet/validation should be replaced by your validation data path.
    • --model : DNA_a can be replaced by DNA_b, DNA_c, DNA_d for our different models.
    • --checkpoint : Suggest the path of your downloaded checkpoint here.

TODO

Searching code will be released in the future.

About

Blockwisely Supervised Neural Architecture Search with Knowledge Distillation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.0%
  • Shell 1.0%