AlexZou commited on
Commit
8961161
·
1 Parent(s): ebe6a67

Update Lowlight.py

Browse files
Files changed (1) hide show
  1. Lowlight.py +1 -1
Lowlight.py CHANGED
@@ -23,7 +23,7 @@ input_image = torch.from_numpy(input_image).float()
23
  input_image = input_image.permute(2, 0, 1).unsqueeze(0)
24
  input_image = input_image.numpy()
25
 
26
- providers = ['CUDAExecutionProvider', 'CPUExecutionProvider']
27
  model_name = 'IAT'
28
 
29
  print('-' * 50)
 
23
  input_image = input_image.permute(2, 0, 1).unsqueeze(0)
24
  input_image = input_image.numpy()
25
 
26
+ providers = ['CPUExecutionProvider']
27
  model_name = 'IAT'
28
 
29
  print('-' * 50)