Skip to content

Commit

Permalink
Update test_GFN_4x.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquelinelala authored Mar 12, 2019
1 parent 3a8c7b1 commit 0144f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_GFN_4x.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
parser.add_argument("--isTest", type=bool, default=True, help="Test or not")
parser.add_argument('--dataset', required=True, help='Path of the validation dataset')
parser.add_argument("--intermediate_process", default="", type=str, help="Test on intermediate pkl (default: none)")
os.environ['CUDA_VISIBLE_DEVICES'] = '1'
os.environ['CUDA_VISIBLE_DEVICES'] = '0'
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")

test_set=[
Expand Down

0 comments on commit 0144f13

Please sign in to comment.