reverse providers logic
This commit is contained in:
parent
60dd8888e5
commit
4bb6ea416e
@ -1,2 +1,4 @@
|
||||
import onnxruntime
|
||||
|
||||
use_gpu = False
|
||||
providers = ['CPUExecutionProvider']
|
||||
providers = onnxruntime.get_available_providers()
|
||||
|
Loading…
Reference in New Issue
Block a user