ViT-cifar10-pruning
ViT-cifar10-pruning copied to clipboard
Question about vitprune.py code
hello
i wonder what does mean about '[16,40,64,88,112,136]' values of list!!
hello
i wonder what does mean about '[16,40,64,88,112,136]' values of list!!
These values denote the layer index for Attention, and the pruning ratio needs to be adjusted to ensure that dim is divisible by heads.