Skip to content

Commit

Permalink
single_gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Sep 25, 2023
1 parent 59c08ab commit a03f96f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions submission_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
--experiment_dir=/home/znado/experiment_dir \
--experiment_name=baseline
"""
import os
os.environ["CUDA_VISIBLE_DEVICES"]='0'

import datetime
import gc
Expand Down

0 comments on commit a03f96f

Please sign in to comment.