Skip to content

Commit d52cf15

Browse files
authored
step3
1 parent 596843f commit d52cf15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

train_pose2vid.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from util.visualizer import Visualizer
2121
import src.config.train_opt as opt
2222

23-
os.environ['CUDA_VISIBLE_DEVICES'] = "3"
23+
os.environ['CUDA_VISIBLE_DEVICES'] = "0"
2424
torch.multiprocessing.set_sharing_strategy('file_system')
2525
torch.backends.cudnn.benchmark = True
2626

0 commit comments

Comments
 (0)