File size: 25,238 Bytes
7920b56 45107b4 7920b56 b4bbcfb 7920b56 b4bbcfb 7920b56 b4bbcfb 7920b56 b4bbcfb 7920b56 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 |
# SPG: Sequential Policy Gradient for Adaptive Hyperparameter Optimization
## Model zoo
We provide baseline models and SPG-trained models, all available for download at the following links:
`Table 1: Model comparison on the ImageNet-1K dataset.`
| Model | SPG | # Params | Acc@1 (%) | Acc@5 (%) | Weights |
|-------|------|----------|-----------|-----------|---------|
| MobileNet-V2 | β | 3.5 M | 71.878 | 90.286 | <a href='https://download.pytorch.org/models/mobilenet_v2-b0353104.pth'><img src='https://img.shields.io/badge/PyTorch-IMAGENET1K_V1-FFA500?style=flat&logo=pytorch&logoColor=orange&labelColor=00000000'></a> |
| MobileNet-V2 | β
| 3.5 M | 72.104 | 90.316 | <a href='https://huggingface.co/UniversalAlgorithmic/SPG/resolve/main/mobilenet_v2/model_32.pth'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Huggingface-SPG/mobilenet_v2-yellow'></a> |
| ResNet-50 | β | 25.6 M | 76.130 | 92.862 | <a href='https://download.pytorch.org/models/resnet50-0676ba61.pth'><img src='https://img.shields.io/badge/PyTorch-IMAGENET1K_V1-FFA500?style=flat&logo=pytorch&logoColor=orange&labelColor=00000000'></a> |
| ResNet-50 | β
| 25.6 M | 77.234 | 93.322 | <a href='https://huggingface.co/UniversalAlgorithmic/SPG/resolve/main/resnet50/model_35.pth'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Huggingface-SPG/resnet50-yellow'></a> |
| EfficientNet-V2-M | β | 54.1 M | 85.112 | 97.156 | <a href='https://download.pytorch.org/models/efficientnet_v2_m-dc08266a.pth'><img src='https://img.shields.io/badge/PyTorch-IMAGENET1K_V1-FFA500?style=flat&logo=pytorch&logoColor=orange&labelColor=00000000'></a> |
| EfficientNet-V2-M | β
| 54.1 M | 85.218 | 97.208 | <a href='https://huggingface.co/UniversalAlgorithmic/SPG/resolve/main/efficientnet_v2_m/model_7.pth'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Huggingface-SPG/efficientnet_v2_m-yellow'></a> |
| ViT-B16 | β | 86.6 M | 81.072 | 95.318 | <a href='https://download.pytorch.org/models/vit_b_16-c867db91.pth'><img src='https://img.shields.io/badge/PyTorch-IMAGENET1K_V1-FFA500?style=flat&logo=pytorch&logoColor=orange&labelColor=00000000'></a> |
| ViT-B16 | β
| 86.6 M | 81.092 | 95.304 | <a href='https://huggingface.co/UniversalAlgorithmic/SPG/resolve/main/vit_b_16/model_4.pth'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Huggingface-SPG/vit_b_16-yellow'></a> |
`Table 2: All models are evaluated a subset of COCO val2017, on the 21 categories (including
"background") that are present in the Pascal VOC dataset.`
`All model reported on TorchVision (with weight COCO_WITH_VOC_LABELS_V1) were benchmarked using only 20 categories. Researchers should first download the pre-trained model from TorchVision and conduct re-evaluation under the 21-category framework.`
| Model | SPG | # Params | mIoU (%) | pixelwise Acc (%) | Weights |
|---------------------|-----|----------|------------|---------------------|---------|
| FCN-ResNet50 | β | 35.3 M | 58.9 | 90.9 | <a href='https://download.pytorch.org/models/fcn_resnet50_coco-1167a1af.pth'><img src='https://img.shields.io/badge/PyTorch-COCO_WITH_VOC_LABELS_V1-FFA500?style=flat&logo=pytorch&logoColor=orange&labelColor=00000000'></a> |
| FCN-ResNet50 | β
| 35.3 M | 59.4 | 90.9 | <a href='https://huggingface.co/UniversalAlgorithmic/SPG/resolve/main/fcn_resnet50/model_4.pth'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Huggingface-SPG/fcn_resnet50-yellow'></a> |
| FCN-ResNet101 | β | 54.3 M | 62.2 | 91.1 | <a href='https://download.pytorch.org/models/fcn_resnet101_coco-7ecb50ca.pth'><img src='https://img.shields.io/badge/PyTorch-COCO_WITH_VOC_LABELS_V1-FFA500?style=flat&logo=pytorch&logoColor=orange&labelColor=00000000'></a> |
| FCN-ResNet101 | β
| 54.3 M | 62.4 | 91.1 | <a href='https://huggingface.co/UniversalAlgorithmic/SPG/resolve/main/fcn_resnet101/model_4.pth'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Huggingface-SPG/fcn_resnet101-yellow'></a> |
| DeepLabV3-ResNet50 | β | 42.0 M | 63.8 | 91.5 | <a href='https://download.pytorch.org/models/deeplabv3_resnet50_coco-cd0a2569.pth'><img src='https://img.shields.io/badge/PyTorch-COCO_WITH_VOC_LABELS_V1-FFA500?style=flat&logo=pytorch&logoColor=orange&labelColor=00000000'></a> |
| DeepLabV3-ResNet50 | β
| 42.0 M | 64.2 | 91.6 | <a href='https://huggingface.co/UniversalAlgorithmic/SPG/resolve/main/deeplabv3_resnet50/model_4.pth'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Huggingface-SPG/deeplabv3_resnet50-yellow'></a> |
| DeepLabV3-ResNet101 | β | 61.0 M | 65.3 | 91.7 | <a href='https://download.pytorch.org/models/deeplabv3_resnet101_coco-586e9e4e.pth'><img src='https://img.shields.io/badge/PyTorch-COCO_WITH_VOC_LABELS_V1-FFA500?style=flat&logo=pytorch&logoColor=orange&labelColor=00000000'></a> |
| DeepLabV3-ResNet101 | β
| 61.0 M | 65.7 | 91.8 | <a href='https://huggingface.co/UniversalAlgorithmic/SPG/resolve/main/deeplabv3_resnet101/model_4.pth'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Huggingface-SPG/deeplabv3_resnet101-yellow'></a> |
`Table 3: Performance of models for transfer learning trained with fine-tuning (FT) vs. SPG.`
| Task | SPG | Metric Type | Performance (%) | Weights |
|-------|------|------------------|-----------------|---------|
| CoLA | β | Matthews coor | 56.53 | <a href='https://github.com/huggingface/transformers/tree/main/examples/pytorch/text-classification'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Huggingface-text_classification-yellow'></a> |
| CoLA | β
| Matthews coor | 62.13 | <a href='https://huggingface.co/UniversalAlgorithmic/SPG/tree/main/cola'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Huggingface-SPG/CoLA-yellow'></a> |
| SST-2 | β | Accuracy | 92.32 | <a href='https://github.com/huggingface/transformers/tree/main/examples/pytorch/text-classification'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Huggingface-text_classification-yellow'></a> |
| SST-2 | β
| Accuracy | 92.54 | <a href='https://huggingface.co/UniversalAlgorithmic/SPG/tree/main/sst2'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Huggingface-SPG/SST2-yellow'></a> |
| MRPC | β | F1/Accuracy | 88.85/84.09 | <a href='https://github.com/huggingface/transformers/tree/main/examples/pytorch/text-classification'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Huggingface-text_classification-yellow'></a> |
| MRPC | β
| F1/Accuracy | 91.10/87.25 | <a href='https://huggingface.co/UniversalAlgorithmic/SPG/tree/main/mrpc'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Huggingface-SPG/MRPC-yellow'></a> |
| QQP | β | F1/Accuracy | 87.49/90.71 | <a href='https://github.com/huggingface/transformers/tree/main/examples/pytorch/text-classification'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Huggingface-text_classification-yellow'></a> |
| QQP | β
| F1/Accuracy | 89.72/90.88 | <a href='https://huggingface.co/UniversalAlgorithmic/SPG/tree/main/qqp'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Huggingface-SPG/QQP-yellow'></a> |
| QNLI | β | Accuracy | 90.66 | <a href='https://github.com/huggingface/transformers/tree/main/examples/pytorch/text-classification'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Huggingface-text_classification-yellow'></a> |
| QNLI | β
| Accuracy | 91.10 | <a href='https://huggingface.co/UniversalAlgorithmic/SPG/tree/main/qnli'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Huggingface-SPG/QNLI-yellow'></a> |
| RTE | β | Accuracy | 65.70 | <a href='https://github.com/huggingface/transformers/tree/main/examples/pytorch/text-classification'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Huggingface-text_classification-yellow'></a> |
| RTE | β
| Accuracy | 72.56 | <a href='https://huggingface.co/UniversalAlgorithmic/SPG/tree/main/rte'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Huggingface-SPG/RTE-yellow'></a> |
| Q/A* | β | F1/Extra match | 88.52/81.22 | <a href='https://github.com/huggingface/transformers/tree/main/examples/pytorch/question-answering'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Huggingface-question_answering-yellow'></a> |
| Q/A* | β
| F1/Extra match | 88.67/81.51 | <a href='https://huggingface.co/UniversalAlgorithmic/SPG/tree/main/qa'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Huggingface-SPG/QA-yellow'></a> |
| ACβ | β | Accuracy | 98.26 | <a href='https://github.com/huggingface/transformers/tree/main/examples/pytorch/audio-classification'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Huggingface-audio_classification-yellow'></a> |
| ACβ | β
| Accuracy | 98.31 | <a href='https://huggingface.co/UniversalAlgorithmic/SPG/tree/main/ac'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Huggingface-SPG/AC-yellow'></a> |
## Requirements
1. Install `torch>=2.0.0+cu118`.
2. To install other pip packages:
```setup
pip install -r requirements.txt
```
3. Prepare the [ImageNet](http://image-net.org/) dataset manually and place it in `/path/to/imagenet`. For image classification examples, pass the argument `--data-path=/path/to/imagenet` to the training script. The extracted dataset directory should follow this structure:
```setup
/path/to/imagenet/:
train/:
n01440764:
n01440764_18.JPEG ...
n01443537:
n01443537_2.JPEG ...
val/:
n01440764:
ILSVRC2012_val_00000293.JPEG ...
n01443537:
ILSVRC2012_val_00000236.JPEG ...
```
4. Prepare the [MS-COCO 2017](https://cocodataset.org/#home) dataset manually and place it in `/path/to/coco`. For image classification examples, pass the argument `--data-path=/path/to/coco` to the training script. The extracted dataset directory should follow this structure:
```setup
/path/to/coco/:
annotations:
many_json_files.json ...
train2017:
000000000009.jpg ...
val2017:
000000000139.jpg ...
```
5. For [π£οΈ Keyword Spotting subset](https://huggingface.co/datasets/s3prl/superb#ks), [Common Language](https://huggingface.co/datasets/speechbrain/common_language), [SQuAD](https://huggingface.co/datasets/rajpurkar/squad), [Common Voice](https://huggingface.co/datasets/legacy-datasets/common_voice), [GLUE](https://gluebenchmark.com/) and [WMT](https://huggingface.co/datasets/wmt/wmt17) datasets, manual downloading is not required β they will be automatically loaded via the Hugging Face Datasets library when running our `audio-classification`, `question-answering`, `speech-recognition`, `text-classification`, or `translation` examples.
## Training
### Model retraining
We utilize recipes similar to those in [PyTorch Vision's classification reference](https://github.com/pytorch/vision/blob/main/references/classification/README.md) to retrain MobileNet-V2, ResNet, EfficientNet-V2, and ViT using our SPG on ImageNet. You can run the following command:
```train
cd image-classification
# MobileNet-V2
torchrun --nproc_per_node=4 train.py\
--data-path /path/to/imagenet/\
--model mobilenet_v2 --output-dir mobilenet_v2 --weights MobileNet_V2_Weights.IMAGENET1K_V1\
--batch-size 192 --epochs 40 --lr 0.0004 --lr-step-size 10 --lr-gamma 0.5 --wd 0.00004 --apply-trp --trp-depths 1 --trp-p 0.15 --trp-lambdas 0.4 0.2 0.1
# ResNet-50
torchrun --nproc_per_node=4 train.py\
--data-path /path/to/imagenet/\
--model resnet50 --output-dir resnet50 --weights ResNet50_Weights.IMAGENET1K_V1\
--batch-size 64 --epochs 40 --lr 0.0004 --lr-step-size 10 --lr-gamma 0.5 --print-freq 100\
--apply-trp --trp-depths 1 --trp-p 0.2 --trp-lambdas 0.4 0.2 0.1
# EfficientNet-V2 M
torchrun --nproc_per_node=4 train.py \
--data-path /path/to/imagenet/\
--model efficientnet_v2_m --output-dir efficientnet_v2_m --weights EfficientNet_V2_M_Weights.IMAGENET1K_V1\
--epochs 10 --batch-size 64 --lr 5e-9 --lr-scheduler cosineannealinglr --weight-decay 0.00002 \
--lr-warmup-method constant --lr-warmup-epochs 8 --lr-warmup-decay 0. \
--auto-augment ta_wide --random-erase 0.1 --label-smoothing 0.1 --mixup-alpha 0.2 --cutmix-alpha 1.0 --norm-weight-decay 0.0 \
--train-crop-size 384 --val-crop-size 480 --val-resize-size 480 --ra-sampler --ra-reps 4 --print-freq 100\
--apply-trp --trp-depths 1 --trp-p 0.2 --trp-lambdas 0.4 0.2 0.1
# ViT-B-16
torchrun --nproc_per_node=4 train.py\
--data-path /path/to/imagenet/\
--model vit_b_16 --output-dir vit_b_16 --weights ViT_B_16_Weights.IMAGENET1K_V1\
--epochs 5 --batch-size 196 --opt adamw --lr 5e-9 --lr-scheduler cosineannealinglr --wd 0.3\
--lr-warmup-method constant --lr-warmup-epochs 3 --lr-warmup-decay 0. \
--amp --label-smoothing 0.11 --mixup-alpha 0.2 --auto-augment ra --clip-grad-norm 1 --cutmix-alpha 1.0\
--apply-trp --trp-depths 1 --trp-p 0.1 --trp-lambdas 0.4 0.2 0.1 --print-freq 100
```
We utilize recipes similar to those in [PyTorch Vision's segmentation reference](https://github.com/pytorch/vision/blob/main/references/segmentation/README.md) to retrain FCN and DeepLab-V3 using our SPG on COCO dataset. You can run the following command:
```train
cd semantic-segmentation
# FCN-ResNet50
torchrun --nproc_per_node=4 train.py\
--workers 4 --dataset coco --data-path /path/to/coco/\
--model fcn_resnet50 --aux-loss --output-dir fcn_resnet50 --weights FCN_ResNet50_Weights.COCO_WITH_VOC_LABELS_V1\
--epochs 5 --batch-size 16 --lr 0.0002 --aux-loss --print-freq 100\
--lr-warmup-method constant --lr-warmup-epochs 3 --lr-warmup-decay 0. \
--apply-trp --trp-depths 1 --trp-p 0.1 --trp-lambdas 0.4 0.2 0.1
# FCN-ResNet101
torchrun --nproc_per_node=4 train.py\
--workers 4 --dataset coco --data-path /path/to/coco/\
--model fcn_resnet101 --aux-loss --output-dir fcn_resnet101 --weights FCN_ResNet101_Weights.COCO_WITH_VOC_LABELS_V1\
--epochs 5 --batch-size 12 --lr 0.0002 --aux-loss --print-freq 100\
--lr-warmup-method constant --lr-warmup-epochs 3 --lr-warmup-decay 0. \
--apply-trp --trp-depths 1 --trp-p 0.1 --trp-lambdas 0.4 0.2 0.1
# DeepLabV3-ResNet50
torchrun --nproc_per_node=4 train.py\
--workers 4 --dataset coco --data-path /path/to/coco/\
--model deeplabv3_resnet50 --aux-loss --output-dir deeplabv3_resnet50 --weights DeepLabV3_ResNet50_Weights.COCO_WITH_VOC_LABELS_V1\
--epochs 5 --batch-size 16 --lr 0.0002 --aux-loss --print-freq 100\
--lr-warmup-method constant --lr-warmup-epochs 3 --lr-warmup-decay 0. \
--apply-trp --trp-depths 1 --trp-p 0.1 --trp-lambdas 0.4 0.2 0.1
# DeepLabV3-ResNet101
torchrun --nproc_per_node=4 train.py\
--workers 4 --dataset coco --data-path /path/to/coco/\
--model deeplabv3_resnet101 --aux-loss --output-dir deeplabv3_resnet101 --weights DeepLabV3_ResNet101_Weights.COCO_WITH_VOC_LABELS_V1\
--epochs 5 --batch-size 12 --lr 0.0002 --aux-loss --print-freq 100\
--lr-warmup-method constant --lr-warmup-epochs 3 --lr-warmup-decay 0. \
--apply-trp --trp-depths 1 --trp-p 0.1 --trp-lambdas 0.4 0.2 0.1
```
### Transfer learning
We utilize recipes similar to those in [HuggingFace Transformers' Examples](https://github.com/huggingface/transformers/blob/main/examples/pytorch/README.md) to retrain BERT and Wav2Vec using our SPG on GLUE benchmark, SquAD dataset, and SUPERB benchmark. You can run the following command:
```train
cd text-classification
# Task: CoLA
CUDA_VISIBLE_DEVICES=0 python run_glue.py \
--model_name_or_path google-bert/bert-base-cased \
--task_name "cola" \
--do_train \
--do_eval \
--max_seq_length 128 \
--per_device_train_batch_size 32 \
--learning_rate 2.5e-5 \
--num_train_epochs 6 \
--output_dir "cola" \
--overwrite_output_dir \
--apply-trp --trp-depths 1 --trp-p 0.1 --trp-lambdas 0.4 0.2 0.1
# Task: SST-2
CUDA_VISIBLE_DEVICES=0 python run_glue.py \
--model_name_or_path google-bert/bert-base-cased \
--task_name "sst2" \
--do_train \
--do_eval \
--max_seq_length 128 \
--per_device_train_batch_size 64 \
--learning_rate 3e-5 \
--num_train_epochs 5 \
--output_dir "sst2" \
--overwrite_output_dir \
--apply-trp --trp-depths 1 --trp-p 0.1 --trp-lambdas 0.4 0.2 0.1
# Task: MRPC
CUDA_VISIBLE_DEVICES=0 python run_glue.py \
--model_name_or_path google-bert/bert-base-cased \
--task_name "mrpc" \
--do_train \
--do_eval \
--max_seq_length 128 \
--per_device_train_batch_size 16 \
--learning_rate 2e-5 \
--num_train_epochs 4 \
--output_dir "mrpc" \
--overwrite_output_dir \
--apply-trp --trp-depths 1 --trp-p 0.1 --trp-lambdas 0.4 0.2 0.1
# Task: QQP
CUDA_VISIBLE_DEVICES=0 python run_glue.py \
--model_name_or_path google-bert/bert-base-cased \
--task_name "qqp" \
--do_train \
--do_eval \
--max_seq_length 128 \
--per_device_train_batch_size 32 \
--learning_rate 1e-5 \
--num_train_epochs 10 \
--output_dir "qqp" \
--overwrite_output_dir \
--apply-trp --trp-depths 1 --trp-p 0.1 --trp-lambdas 0.4 0.2 0.1
# Task: QNLI
CUDA_VISIBLE_DEVICES=0 python run_glue.py \
--model_name_or_path google-bert/bert-base-cased \
--task_name "qnli" \
--do_train \
--do_eval \
--max_seq_length 128 \
--per_device_train_batch_size 32 \
--learning_rate 2e-5 \
--num_train_epochs 10 \
--output_dir "qnli" \
--overwrite_output_dir \
--apply-trp --trp-depths 1 --trp-p 0.1 --trp-lambdas 0.4 0.2 0.1
# Task: RTE
CUDA_VISIBLE_DEVICES=0 python run_glue.py \
--model_name_or_path google-bert/bert-base-cased \
--task_name "rte" \
--do_train \
--do_eval \
--max_seq_length 128 \
--per_device_train_batch_size 32 \
--learning_rate 5e-5 \
--num_train_epochs 5 \
--output_dir "rte" \
--overwrite_output_dir \
--apply-trp --trp-depths 1 --trp-p 0.1 --trp-lambdas 0.4 0.2 0.1
# Task: audio classification
cd ../audio-classification
CUDA_VISIBLE_DEVICES=0 python run_audio_classification.py \
--model_name_or_path facebook/wav2vec2-base \
--dataset_name superb \
--dataset_config_name ks \
--trust_remote_code \
--output_dir wav2vec2-base-ft-keyword-spotting \
--overwrite_output_dir \
--remove_unused_columns False \
--do_train \
--do_eval \
--fp16 \
--learning_rate 3e-5 \
--max_length_seconds 1 \
--attention_mask False \
--warmup_ratio 0.1 \
--num_train_epochs 8 \
--per_device_train_batch_size 64 \
--gradient_accumulation_steps 4 \
--per_device_eval_batch_size 32 \
--dataloader_num_workers 4 \
--logging_strategy steps \
--logging_steps 10 \
--eval_strategy epoch \
--save_strategy epoch \
--load_best_model_at_end True \
--metric_for_best_model accuracy \
--save_total_limit 3 \
--seed 0 \
--push_to_hub \
--apply-trp --trp-depths 1 --trp-p 0.1 --trp-lambdas 0.4 0.2 0.1
# Task: question answering
cd ../question-answering
CUDA_VISIBLE_DEVICES=0 python run_qa.py \
--model_name_or_path google-bert/bert-base-uncased \
--dataset_name squad \
--do_train \
--do_eval \
--per_device_train_batch_size 12 \
--learning_rate 3e-5 \
--num_train_epochs 2 \
--max_seq_length 384 \
--doc_stride 128 \
--output_dir ./baseline \
--overwrite_output_dir \
--apply-trp --trp-depths 1 --trp-p 0.1 --trp-lambdas 0.4 0.2 0.1
```
### Network Architecture Search
We conduct Neural Architecture Search (NAS) on the ResNet architecture using the ImageNet dataset. You can run the following command:
```train
cd ../neural-architecture-search
torchrun --nproc_per_node=4 train.py\
--data-path /home/cs/Documents/datasets/imagenet\
--model resnet18 --output-dir resnet18 --weights ResNet18_Weights.IMAGENET1K_V1\
--batch-size 128 --epochs 10 --lr 0.0004 --lr-step-size 2 --lr-gamma 0.5\
--lr-warmup-method constant --lr-warmup-epochs 1 --lr-warmup-decay 0.\
--apply-trp --trp-depths 3 3 3 --trp-planes 256 --trp-lambdas 0.4 0.2 0.1 --print-freq 100
# β
Test: Acc@1 73.900 Acc@5 91.536
torchrun --nproc_per_node=4 train.py\
--data-path /home/cs/Documents/datasets/imagenet\
--model resnet34 --output-dir resnet34 --weights ResNet34_Weights.IMAGENET1K_V1\
--batch-size 96 --epochs 10 --lr 0.0004 --lr-step-size 2 --lr-gamma 0.5\
--lr-warmup-method constant --lr-warmup-epochs 1 --lr-warmup-decay 0.\
--apply-trp --trp-depths 2 2 2 --trp-planes 256 --trp-lambdas 0.4 0.2 0.1 --print-freq 100
# β
Test: Acc@1 76.896 Acc@5 93.136
torchrun --nproc_per_node=4 train.py\
--data-path /home/cs/Documents/datasets/imagenet\
--model resnet50 --output-dir resnet50 --weights ResNet50_Weights.IMAGENET1K_V1\
--batch-size 64 --epochs 10 --lr 0.0004 --lr-step-size 2 --lr-gamma 0.5\
--lr-warmup-method constant --lr-warmup-epochs 1 --lr-warmup-decay 0.\
--apply-trp --trp-depths 1 1 1 --trp-planes 1024 --trp-lambdas 0.4 0.2 0.1 --print-freq 100
```
## Evaluation
To evaluate our models on ImageNet, run:
```eval
cd image-classification
# Required: Download our MobileNet-V2 weights to /path/to/image-classification/mobilenet_v2
torchrun --nproc_per_node=4 train.py\
--data-path /path/to/imagenet/\
--model mobilenet_v2 --resume mobilenet_v2/model_32.pth --test-only
# Required: Download our ResNet-50 weights to /path/to/image-classification/resnet50
torchrun --nproc_per_node=4 train.py\
--data-path /path/to/imagenet/\
--model resnet50 --resume resnet50/model_35.pth --test-only
# Required: Download our EfficientNet-V2 M weights to /path/to/image-classification/efficientnet_v2_m
torchrun --nproc_per_node=4 train.py\
--data-path /path/to/imagenet/\
--model efficientnet_v2_m --resume efficientnet_v2_m/model_7.pth --test-only\
--val-crop-size 480 --val-resize-size 480
# Required: Download our ViT-B-16 weights to /path/to/image-classification/vit_b_16
torchrun --nproc_per_node=4 train.py\
--data-path /path/to/imagenet/\
--model vit_b_16 --resume vit_b_16/model_4.pth --test-only
```
To evaluate our models on COCO, run:
```eval
cd semantic-segmentation
# eval baselines
torchrun --nproc_per_node=4 train.py\
--workers 4 --dataset coco --data-path /path/to/coco/\
--model fcn_resnet50 --aux-loss --weights FCN_ResNet50_Weights.COCO_WITH_VOC_LABELS_V1\
--test-only
torchrun --nproc_per_node=4 train.py\
--workers 4 --dataset coco --data-path /path/to/coco/\
--model fcn_resnet101 --aux-loss --weights FCN_ResNet101_Weights.COCO_WITH_VOC_LABELS_V1\
--test-only
torchrun --nproc_per_node=4 train.py\
--workers 4 --dataset coco --data-path /path/to/coco/\
--model deeplabv3_resnet50 --aux-loss --weights DeepLabV3_ResNet50_Weights.COCO_WITH_VOC_LABELS_V1\
--test-only
torchrun --nproc_per_node=4 train.py\
--workers 4 --dataset coco --data-path /path/to/coco/\
--model deeplabv3_resnet101 --aux-loss --weights DeepLabV3_ResNet101_Weights.COCO_WITH_VOC_LABELS_V1\
--test-only
# eval our models
# Required: Download our FCN-ResNet50 weights to /path/to/semantic-segmentation/fcn_resnet50
torchrun --nproc_per_node=4 train.py\
--workers 4 --dataset coco --data-path /path/to/coco/\
--model fcn_resnet50 --aux-loss --resume fcn_resnet50/model_4.pth\
--test-only
# Required: Download our FCN-ResNet101 weights to /path/to/semantic-segmentation/fcn_resnet101
torchrun --nproc_per_node=4 train.py\
--workers 4 --dataset coco --data-path /path/to/coco/\
--model fcn_resnet101 --aux-loss --resume fcn_resnet101/model_4.pth\
--test-only
# Required: Download our DeepLabV3-ResNet50 weights to /path/to/semantic-segmentation/deeplabv3_resnet50
torchrun --nproc_per_node=4 train.py\
--workers 4 --dataset coco --data-path /path/to/coco/\
--model deeplabv3_resnet50 --aux-loss --resume deeplabv3_resnet50/model_4.pth\
--test-only
# Required: Download our DeepLabV3-ResNet101 weights to /path/to/semantic-segmentation/deeplabv3_resnet101
torchrun --nproc_per_node=4 train.py\
--workers 4 --dataset coco --data-path /path/to/coco/\
--model deeplabv3_resnet101 --aux-loss --weights DeepLabV3_ResNet101_Weights.COCO_WITH_VOC_LABELS_V1\
--test-only
```
To evaluate our models on GLUE, SquAD, and SUPERB, please re-run the `transfer learning` related commands we previously declared, as these commands are used not only for training but also for evaluation.
For Network Architecture Search, please run the following command to evaluate our SPG-trained ResNet-18 model:
```eval
cd neural-architecture-search
# Required: Download our ResNet-34 weights to /path/to/neural-architecture-search/resnet34
torchrun --nproc_per_node=4 train.py\
--data-path /home/cs/Documents/datasets/imagenet\
--model resnet34 --resume resnet34/model_8.pth --test-only
# Required: Download our ResNet-50 weights to /path/to/neural-architecture-search/resnet50
torchrun --nproc_per_node=4 train.py\
--data-path /home/cs/Documents/datasets/imagenet\
--model resnet50 --resume resnet50/model_9.pth --test-only
```
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|