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

Got an error when training social NCE model #10

Open
vietanhle-hri opened this issue Aug 1, 2023 · 1 comment
Open

Got an error when training social NCE model #10

vietanhle-hri opened this issue Aug 1, 2023 · 1 comment

Comments

@vietanhle-hri
Copy link

Hello,

I tried to train a social NCE with GPU option using python imitate.py --contrast_weight=2.0 --contrast_sampling='event' --gpu, and I got an error below

RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cpu! (when checking argument for argument mask in method wrapper__masked_select)

Does anyone help me to fix this issue? Thanks in advance.

@YuejiangLIU
Copy link
Contributor

Hi @vietanhle-hri, sorry for the slow response.

I did not encounter this error on my end, but it's possible that there are some hidden device settings that I overlooked.

Do you know which line/variable that results in the device error?

Maybe you could solve the error by simply adding .to(device) as follows.

policy_net = policy.get_model().to(device)

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