From 82fbf546990c6ac217dff114281dfabe8a239a4a Mon Sep 17 00:00:00 2001 From: Precreator <1689487228@qq.com> Date: Wed, 9 Jul 2025 20:22:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AF=E8=A7=86=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/uct/mnist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/uct/mnist.py b/frontend/uct/mnist.py index e8aab63..e474007 100644 --- a/frontend/uct/mnist.py +++ b/frontend/uct/mnist.py @@ -7,7 +7,7 @@ import matplotlib.pyplot as plt import uctc.nn as nn from utils import parameter_data, Dataset -use_graphics = False +use_graphics = True class DigitClassificationModel(object): """