mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-22 19:23:30 +00:00
Python typos
This commit is contained in:
parent
9b84d76342
commit
c5b9d9cb3a
1 changed files with 2 additions and 2 deletions
|
|
@ -907,10 +907,10 @@ class TestInferenceSession(unittest.TestCase):
|
|||
return
|
||||
|
||||
# Exclude for training
|
||||
training_enabled = false
|
||||
training_enabled = False
|
||||
try:
|
||||
from onnxruntime.capi.ort_trainer import ORTTrainer
|
||||
training_enabled = true
|
||||
training_enabled = True
|
||||
except:
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue