ValueError #178

Open
opened 2021-12-13 23:31:14 +01:00 by lootfake · 1 comment
lootfake commented 2021-12-13 23:31:14 +01:00 (Migrated from github.com)

You are required to explicitly set the providers parameter when instantiating inferencesession.

I went through the tutorial setup and believe I'm running cudaexecutiveprovider but when i follow the onnxruntime.inferencesession(providers='cudaexecutionprovider') I get a message that just says onnxruntime.inferencesession is not a recognized as an internal or external command.

You are required to explicitly set the providers parameter when instantiating inferencesession. I went through the tutorial setup and believe I'm running cudaexecutiveprovider but when i follow the onnxruntime.inferencesession(providers='cudaexecutionprovider') I get a message that just says onnxruntime.inferencesession is not a recognized as an internal or external command.
nonlin commented 2021-12-14 00:17:31 +01:00 (Migrated from github.com)
See if the line here helps https://github.com/neuralchen/SimSwap/issues/176#issuecomment-991705311
Sign in to join this conversation.