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

train_syncnet_sam.py is not using GPU (RTX 4090) #138

Open
meng-x opened this issue Apr 22, 2024 · 1 comment
Open

train_syncnet_sam.py is not using GPU (RTX 4090) #138

meng-x opened this issue Apr 22, 2024 · 1 comment

Comments

@meng-x
Copy link

meng-x commented Apr 22, 2024

Screenshot 2024-04-23 070907
it seems that train_syncnet_sam.py is not using GPU for training the SyncNet.
torch successfully detected GPU and actually other program work great with the GPU on the same PC.
Screenshot 2024-04-23 071206
using Python 3.7 on WSL2(Ubuntu 22) on Windows 11.
using 3s long video clips for training.
using syncnet_batch_size=64 (default) -> shall I make this a larger number to make use of larger GRAM or something?

@ashishjamarkattel
Copy link

You can load the model in GPU. in the code in train_syncnet.py

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