System Info
check_min_version("4.33.0.dev0")
Who can help?
No response
Information
Tasks
Reproduction
python run_glue.py
--model_name_or_path bert-base-cased
--task_name mrpc
--do_train
--do_eval
--max_seq_length 128
--per_device_train_batch_size 32
--learning_rate 2e-5
--num_train_epochs 5
--overwrite_output_dir
--save_steps 50000
--output_dir checkpoint
Expected behavior
python run_glue.py
--model_name_or_path bert-base-cased
--task_name mrpc
--do_train
--do_eval
--max_seq_length 128
--per_device_train_batch_size 32
--learning_rate 2e-5
--num_train_epochs 5
--overwrite_output_dir
--save_steps 50000
--output_dir checkpoint
I run this code, which is slow when I load it earlier, and when I force the end, it says "connection.py", line 85, in create_connection
sock.connect(sa)
"KeyboardInterrupt" but waiting for a while still works for model training, what's the reason? Is it a network problem?