Lizhe (Lucas) Chen

Results 3 comments of Lizhe (Lucas) Chen

> Hi Jianyu, Here's my seetings for HMDB51 on 8 GPUs 1 Server: OMP_NUM_THREADS=1 python -m torch.distributed.launch --nproc_per_node=8 \ --master_port 12320 \ run_mae_pretraining.py \ --data_path ${DATA_PATH} \ --mask_type tube \...

For UCF101: OMP_NUM_THREADS=1 python -m torch.distributed.launch --nproc_per_node=8 \ --master_port 12320 \ run_class_finetuning.py \ --model vit_base_patch16_224 \ --data_set UCF101 \ --nb_classes 101 \ --data_path ${DATA_PATH} \ --finetune ${MODEL_PATH} \ --log_dir ${OUTPUT_DIR}...

> Thank you for your reply, if I want to set batch size to 8, LR need to be changed? For the finetuning, I set --batch_size 8 and --update_freq 2,...