mariodoebler / test-time-adaptation

A repository and benchmark for online test-time adaptation.
MIT License
188 stars 16 forks source link

type error #16

Closed Xiaoxx1111 closed 4 months ago

Xiaoxx1111 commented 5 months ago

File "/home/user5/code/test-time-adaptation-main/classification/robustbench/zenodo_download.py", line 83, in zenodo_download format=file["type"])


KeyError: 'type'
May I ask what is the reason for this error?Looking forward to your reply, thank you!
RobMarsden commented 5 months ago

Can you provide more information about the setting you were trying to run?

Xiaoxx1111 commented 5 months ago

I'm running forgetting.sh this script is set to the CIFAR10-C validation set, and this error occurs after the script automatically downloads the CIFAR10-C dataset

RobMarsden commented 4 months ago

I did not encounter any errors when setting MODEL.ARCH Standard. Please note that forgetting.sh is only intended for ImageNet-C, as the default models may not exist for other benchmarks.