Sense-GVT / DeCLIP

Supervision Exists Everywhere: A Data Efficient Contrastive Language-Image Pre-training Paradigm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lacking module

zhangqianYY opened this issue · comments

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?
  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