We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run
python train_lbgat_cifar100.py -mark cifar100_lbgat0_0.031 -teacher_model ResNet18_cifar --beta 0
will the model be trained with ALP or TRADES? If not, how can I activate it?
The text was updated successfully, but these errors were encountered:
Thanks for your interest in our work. For the TRADES baseline, we use their official code. Please refer to https://github.com/yaodongyu/TRADES.
Sorry, something went wrong.
Yeah, I know TRADES, but is this method also used, when I run the mentioned command? Or do I need special parameters?
And I saw in your paper, that you the Teacher Model is trained too, but I don't see, that the teacher starts its train mode by calling:
model_teacher.train()
I mean, there is no call of this type. So is the model_teacher pre-trained then?
No branches or pull requests
When I run
python train_lbgat_cifar100.py -mark cifar100_lbgat0_0.031 -teacher_model ResNet18_cifar --beta 0
will the model be trained with ALP or TRADES? If not, how can I activate it?
The text was updated successfully, but these errors were encountered: