Sense-GVT / DeCLIP

Supervision Exists Everywhere: A Data Efficient Contrastive Language-Image Pre-training Paradigm
622 stars 31 forks source link

lacking module #11

Open zhangqianYY opened 2 years ago

zhangqianYY commented 2 years ago

Hi, when I run run.sh, I got errors:

  1. ModuleNotFoundError: No module named 'springvision'
  2. KeyError: 'SLURM_PROCID'
  3. KeyError: 'SLURM_NTASKS'
  4. KeyError: 'SLURM_NODELIST' Could you tell me how to fix them?
SlotherCui commented 2 years ago
  1. springvision is not required, you can skip it 2,3,4: These keys are required by slurm, and you can modify them according to your own cluster parallel system, such as torch.ditributed.launch