clzhou

Results 2 comments of clzhou

@qasfb I trained the model with the command line below: `MASTER_PORT=45621 NODE_RANK=$1 PYTHONPATH=. torchrun --rdzv-id=10000 --nnode=4 --nproc-per-node=8 --master-addr=$MASTER_ADDR --master-port=$MASTER_PORT --node-rank=$NODE_RANK \ dinov2/train/train.py \ --config-file dinov2/configs/train/vitl16_short.yaml \ --output-dir output \ train.dataset_path=ImageNet:split=TRAIN:root=$data_root:extra=$data_root`...

@qasfb That is the problem. Thanks.