Skip to content

Commit

Permalink
cuda default device for eval
Browse files Browse the repository at this point in the history
  • Loading branch information
Parskatt committed Oct 19, 2024
1 parent 0e50b44 commit ef22a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/eval_roma_outdoor.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_hpatches(model, name):

if __name__ == "__main__":
from romatch import roma_outdoor
device = "cpu"
device = "cuda"
model = roma_outdoor(device = device, coarse_res = 672, upsample_res = 1344)
experiment_name = "roma_latest"
test_mega1500(model, experiment_name)
Expand Down

0 comments on commit ef22a09

Please sign in to comment.