ain-soph / trojanzoo

TrojanZoo provides a universal pytorch platform to conduct security researches (especially backdoor attacks/defenses) of image classification in deep learning.
https://ain-soph.github.io/trojanzoo
GNU General Public License v3.0
274 stars 62 forks source link

Comp version of networks #190

Closed programehr closed 1 year ago

programehr commented 1 year ago

Hi,

I was wondering what 'comp' means in the model names. Also, did you define the architecture or borrowed it from somewhere else?

Thanks.

ain-soph commented 1 year ago

Please check the docs: https://ain-soph.github.io/trojanzoo/trojanvision/models/torchvision.html#trojanvision.models.ResNet

Almost all people use this variant version on CIFAR dataset for smaller resolution. (The original network with large kernel size has less than 90% acc on CIFAR.)

programehr commented 1 year ago

Thanks a lot!