Vladislav Kim

Results 2 issues of Vladislav Kim

Hi, I am trying to launch `dinov2/train/train.py` script directly without the Slurm scheduler. I use the following command to launch the training: ``` export CUDA_VISIBLE_DEVICES=0,1 && python dinov2/train/train.py --config_file myconfig.yaml...

documentation

Hi, I'm trying to train DINOv2 with the ViT-S backbone. I've noticed that the model training crashes if `drop_path_rate` > 0. In particular, I get the following error ``` RuntimeError:...