From a6a633cf5e9d8d7304f53f9f78493ea7e24ca21f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E4=BF=8A=E8=BE=BE?= <734060749@qq.com> Date: Fri, 23 Oct 2020 14:24:12 +0800 Subject: [PATCH] Edit by browser --- step1/step1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/step1/step1.py b/step1/step1.py index de5ca13..23bc1d9 100644 --- a/step1/step1.py +++ b/step1/step1.py @@ -167,7 +167,7 @@ if __name__ == "__main__": lr = 0.001 momentum = 0.001 epoch_size = 1 - mnist_path = "./MNIST_Data" + mnist_path = "/opt/MNIST_Data" net_loss = SoftmaxCrossEntropyWithLogits(is_grad=False, sparse=True, reduction='mean') repeat_size = 1 network = LeNet5()