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

How to train the model with multiple GPUs #16

Open
RobertLuo1 opened this issue Mar 16, 2022 · 4 comments
Open

How to train the model with multiple GPUs #16

RobertLuo1 opened this issue Mar 16, 2022 · 4 comments

Comments

@RobertLuo1
Copy link

I have a problem that when I run the scripts in this form
python scripts/run_experiment.py trainer.gpus=4 data.batch_size=32 and it will cause a bug that is shown below

CPB`~A JK6%_$%N_U(ZIIE3
How to handle this problem?
Thanks!

@smurf-1119
Copy link

I also encountered this problem. Is there any solution?

@RobertLuo1
Copy link
Author

Additional complement:
The full log:
BF(54@1R7K3VEUR2%IMV5AU

@randolfly
Copy link

I think you should modify the environment variable PYTHONPATH
like myself in Windows powershell, use $ENV:PYTHONPATH = (PATHTOYOURPROJECT)

@KhbAs97
Copy link

KhbAs97 commented May 27, 2023

Either you aren't in Path or haven't install the dependencies correctly

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

4 participants