From 9a85e5d4d2d584874ff1fcc42ebba85aa97638b0 Mon Sep 17 00:00:00 2001 From: liuzxtest02 <134442@163.com> Date: Mon, 6 Nov 2023 15:46:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'gpu=5Fmnist=5Fexample/tra?= =?UTF-8?q?in=5Fgpu.py'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gpu_mnist_example/train_gpu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpu_mnist_example/train_gpu.py b/gpu_mnist_example/train_gpu.py index 2b893c4..5964908 100644 --- a/gpu_mnist_example/train_gpu.py +++ b/gpu_mnist_example/train_gpu.py @@ -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