Browse Source

可视化

master
Precreator 11 months ago
parent
commit
82fbf54699
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frontend/uct/mnist.py

+ 1
- 1
frontend/uct/mnist.py View File

@@ -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):
"""


Loading…
Cancel
Save