alinlab / MASKER

MASKER: Masked Keyword Regularization for Reliable Text Classification (AAAI 2021)
https://arxiv.org/abs/2012.09392
51 stars 11 forks source link

argument --optimizer: invalid choice: 'adam_ood' (choose from 'adam_vanilla', 'adam_masker') #7

Open MrSworder opened 2 years ago

MrSworder commented 2 years ago

In readme, there is a command : python train.py --dataset review --split_ratio 0.25 --seed 0 \ --train_type base \ --backbone bert --classifier_type softmax --optimizer adam_ood \

But in the code, train.py, there is no option adam_ood.