Aris_zyh
Results
2
issues of
Aris_zyh
微调运行run.sh报错
12
按照步骤复制之后微调报错 ValueError: The port number of the rendezvous endpoint 'None:None' must be an integer between 0 and 65536. 请问是哪里出问题了吗?
Hi YiLin, When I tried to run fine-tuning code on VQA(4 gpus): ``` python run.py with data_root=${data_dir} num_gpus=4 num_nodes=1 task_finetune_vqa_square_randaug_base_image384_ufo \ exp_name=ma_vqa_finetuning per_gpu_batchsize=4 batch_size=16 image_size=480 learning_rate=3e-5 \ load_path=${load_path} log_dir=${log_dir} drop_rate=0.15...