Skip to content

Commit c44cd77

Browse files
committed
put utils into tools
1 parent 9102db3 commit c44cd77

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

mnist_pca.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import matplotlib.pyplot as plt
22
import numpy as np
33
import pickle
4-
from utils import normalize
4+
from tools import normalize
55
from sklearn import svm, metrics
66
from tensorflow.examples.tutorials.mnist import input_data
77
from sklearn.decomposition import PCA
File renamed without changes.

0 commit comments

Comments
 (0)