Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
amaiya committed Mar 18, 2020
1 parent 9a2b98a commit 25d40f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ktrain/tests/testenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
#os.environ['TF_EAGER'] = '0'
import sys
os.environ["CUDA_DEVICE_ORDER"]="PCI_BUS_ID";
os.environ["CUDA_VISIBLE_DEVICES"]="1"
os.environ["CUDA_VISIBLE_DEVICES"]="0"
sys.path.insert(0,'../..')

0 comments on commit 25d40f1

Please sign in to comment.