We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 596843f commit d52cf15Copy full SHA for d52cf15
train_pose2vid.py
@@ -20,7 +20,7 @@
20
from util.visualizer import Visualizer
21
import src.config.train_opt as opt
22
23
-os.environ['CUDA_VISIBLE_DEVICES'] = "3"
+os.environ['CUDA_VISIBLE_DEVICES'] = "0"
24
torch.multiprocessing.set_sharing_strategy('file_system')
25
torch.backends.cudnn.benchmark = True
26
0 commit comments