Skip to content

dercaft/XNAS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XNAS

XNAS is an effective neural architecture search codebase, written in PyTorch.

Environment

  • schema
  • json_tricks

Installation

git clone https://github.com/MAC-AutoML/XNAS.git
cd XNAS
# set root path
export PYTHONPATH=$PYTHONPATH:/Path/to/XNAS

Usage

# [Optional] set gpu devices
export CUDA_VISIBLE_DEVICES=0
# unit test example
python tools/test_func/sng_function_optimization.py
# train example
python train/DARTS_train.py --cfg configs/search/darts.yaml
# replace config example
python train/DARTS_train.py --cfg configs/search/darts.yaml OUT_DIR /username/project/XNAS/experiment/darts/test1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%