MASKER icon indicating copy to clipboard operation
MASKER copied to clipboard

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

Open MrSworder opened this issue 2 years ago • 0 comments

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.

MrSworder avatar Jul 01 '22 01:07 MrSworder