You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: