can train aircraft now
This commit is contained in:
@@ -28,16 +28,30 @@ else
|
||||
mode=cover
|
||||
fi
|
||||
|
||||
# OMP_NUM_THREADS=4 python ./exps/NAS-Bench-201/main.py \
|
||||
# --mode ${mode} --save_dir ${save_dir} --max_node 4 \
|
||||
# --use_less ${use_less} \
|
||||
# --datasets cifar10 cifar10 cifar100 ImageNet16-120 \
|
||||
# --splits 1 0 0 0 \
|
||||
# --xpaths $TORCH_HOME/cifar.python \
|
||||
# $TORCH_HOME/cifar.python \
|
||||
# $TORCH_HOME/cifar.python \
|
||||
# $TORCH_HOME/cifar.python/ImageNet16 \
|
||||
# --channel 16 --num_cells 5 \
|
||||
# --workers 4 \
|
||||
# --srange ${xstart} ${xend} --arch_index ${arch_index} \
|
||||
# --seeds ${all_seeds}
|
||||
|
||||
OMP_NUM_THREADS=4 python ./exps/NAS-Bench-201/main.py \
|
||||
--mode ${mode} --save_dir ${save_dir} --max_node 4 \
|
||||
--use_less ${use_less} \
|
||||
--datasets cifar10 cifar10 cifar100 ImageNet16-120 \
|
||||
--splits 1 0 0 0 \
|
||||
--xpaths $TORCH_HOME/cifar.python \
|
||||
$TORCH_HOME/cifar.python \
|
||||
$TORCH_HOME/cifar.python \
|
||||
$TORCH_HOME/cifar.python/ImageNet16 \
|
||||
--channel 16 --num_cells 5 \
|
||||
--datasets aircraft \
|
||||
--xpaths /lustre/hpe/ws11/ws11.1/ws/xmuhanma-SWAP/train_datasets/datasets/fgvc-aircraft-2013b/data/ \
|
||||
--channel 16 \
|
||||
--splits 1 \
|
||||
--num_cells 5 \
|
||||
--workers 4 \
|
||||
--srange ${xstart} ${xend} --arch_index ${arch_index} \
|
||||
--seeds ${all_seeds}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user