102->201 / NAS->autoDL / more configs of TAS / reorganize docs / fix bugs in NAS baselines

This commit is contained in:
D-X-Y
2020-01-15 00:52:06 +11:00
parent 33384a78af
commit bb2f405961
62 changed files with 789 additions and 412 deletions

View File

@@ -30,6 +30,7 @@ elif [ ${dataset} == 'imagenet-1k' ]; then
workers=28
cutout_length=-1
else
exit 1
echo 'Unknown dataset: '${dataset}
fi