Browse Source

更新 'gpu_mnist_example/train_gpu.py'

liuzx-patch-1
liuzxtest02 2 years ago
parent
commit
9a85e5d4d2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      gpu_mnist_example/train_gpu.py

+ 1
- 1
gpu_mnist_example/train_gpu.py View File

@@ -12,7 +12,7 @@ If there are Chinese comments in the code,please add at the beginning:

'''
import os
print(os.listdir('/code'))
os.system("pip install {}".format(os.getenv("OPENI_SDK_PATH")))

from model import Model
import numpy as np


Loading…
Cancel
Save