Browse Source

更新 'npu_mnist_example/train_npu.py'

liuzx-patch-1
liuzxtest02 2 years ago
parent
commit
3d3b3343c2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      npu_mnist_example/train_npu.py

+ 1
- 0
npu_mnist_example/train_npu.py View File

@@ -17,6 +17,7 @@
"""

import os
os.system("pip install openi-test")
os.system("pip install {}".format(os.getenv("OPENI_SDK_PATH")))
import argparse
from config import mnist_cfg as cfg


Loading…
Cancel
Save