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
when i run run_glue.py using the following commands in LoNAS,
python run_glue.py --task_name sst2 --model_name_or_path bert-base-uncased --do_eval --do_search --per_device_eval_batch_size 64 --max_seq_length 128 --lora --lora_weights lonas-bert-base-glue/lonas-bert-base-sst2 --nncf_config nncf_config/glue/nncf_lonas_bert_base_sst2.json --output_dir lonas-bert-base-glue/lonas-bert-base-sst2/results
it will have the issue
What's the cause and how to solve this problem?
when i run run_glue.py using the following commands in LoNAS,

python run_glue.py --task_name sst2 --model_name_or_path bert-base-uncased --do_eval --do_search --per_device_eval_batch_size 64 --max_seq_length 128 --lora --lora_weights lonas-bert-base-glue/lonas-bert-base-sst2 --nncf_config nncf_config/glue/nncf_lonas_bert_base_sst2.json --output_dir lonas-bert-base-glue/lonas-bert-base-sst2/results
it will have the issue
What's the cause and how to solve this problem?