Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 582 Bytes

File metadata and controls

20 lines (12 loc) · 582 Bytes

Feature Augmentation based Test-Time Adaptation

The code of

Feature Augmentation based Test-Time Adaptation

Environments

conda env create --file environment.yaml

Dataset

Download ImageNet-C and modify configs/data.yaml.

Experiment

After modifying configs/config.yaml,

python main.py -c config

Acknowledgment

The code is based on the DeYO, Tent, EATA, and SAR.