Skip to content

Commit

Permalink
remove visible devices constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Sep 26, 2023
1 parent ddbba17 commit ac17834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submission_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
--experiment_name=baseline
"""
import os
os.environ["CUDA_VISIBLE_DEVICES"]='0'
# os.environ["CUDA_VISIBLE_DEVICES"]='0'

import datetime
import gc
Expand Down

0 comments on commit ac17834

Please sign in to comment.