Skip to content

Commit

Permalink
9/2/19
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Buscombe committed Sep 2, 2019
1 parent c0864c8 commit 714fae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sedinet_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

import gc, os, shutil
## use the first available GPU
os.environ['CUDA_VISIBLE_DEVICES'] = '1'
os.environ['CUDA_VISIBLE_DEVICES'] = '0'

## to use the CPU (not recommended):
#os.environ['CUDA_VISIBLE_DEVICES'] = '-1'
Expand Down

0 comments on commit 714fae9

Please sign in to comment.