Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lacking module #11

Open
zhangqianYY opened this issue Apr 6, 2022 · 1 comment
Open

lacking module #11

zhangqianYY opened this issue Apr 6, 2022 · 1 comment

Comments

@zhangqianYY
Copy link

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
Copy link
Collaborator

  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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants