You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
thank you for you excellent work!
a small bug: In the reenactment task, in reenactment.py, when gpu.id != 0, we also need to add "torch.cuda.set_device(cfg.gpu_id)" in line 28, as #16 mentioned.
I hope this issue can help someone.
best wishes!
The text was updated successfully, but these errors were encountered:
Hi!
thank you for you excellent work!
a small bug: In the reenactment task, in reenactment.py, when gpu.id != 0, we also need to add "torch.cuda.set_device(cfg.gpu_id)" in line 28, as #16 mentioned.
I hope this issue can help someone.
best wishes!
The text was updated successfully, but these errors were encountered: