DeCLIP icon indicating copy to clipboard operation
DeCLIP copied to clipboard

lacking module

Open zhangqianYY opened this issue 3 years ago • 1 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?

zhangqianYY avatar Apr 06 '22 12:04 zhangqianYY

  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

SlotherCui avatar Jun 23 '22 10:06 SlotherCui