Trying to run the neuron-descriptions/scripts/compute_milan_descriptions.py with a custom model and dataset.
I already calculated the exemplars, but now when I run
python3 "neuron-descriptions/scripts/compute_milan_descriptions.py" resnet18_pcs imagenet_custom --device cuda
I receive KeyError: 'unknown milannotations set: resnet18_pcs/imagenet_custom'
How do I compute the descriptions for custom model and dataset?
Trying to run the
neuron-descriptions/scripts/compute_milan_descriptions.py
with a custom model and dataset. I already calculated the exemplars, but now when I runI receive
KeyError: 'unknown milannotations set: resnet18_pcs/imagenet_custom'
How do I compute the descriptions for custom model and dataset?