Skip to content

PengLiao12/EMT-NAS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@InProceedings{Liao_2023_CVPR,
    author    = {Liao, Peng and Jin, Yaochu and Du, Wenli},
    title     = {EMT-NAS:Transferring Architectural Knowledge Between Tasks From Different Datasets},
    booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
    month     = {June},
    year      = {2023},
    pages     = {3643-3653}
}

If you find this code helpful for your research, please cite our paper.

File structure of this example

  • Path of the datasets:

    • ./dataset/
  • Search space and algorithm related:

    • ./gnas/

    • ./models/

    • ./modules/

    • cnn_utils.py

    • common.py

    • data.py

  • Parameter settings:

    • config.py
  • Resulting output folder:

    • ./logs/
  • Master file:

    • main.py

Requirements

Package Version Note
python 3.6.8
torch 1.10.2+cu113
torchaudio 0.10.2+cu113
torchvision 0.11.3+cu113
graphviz 0.14.2 Drawing the structure of the cells
pygraphviz 1.6 Drawing the structure of the cells

Run

The two tasks running by default are CIFAR-10 and CIFAR-100:

python main.py 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages