Skip to content

Commit 1f10c14

Browse files
tiny update
1 parent fc06dbc commit 1f10c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unsupervised_class2/rbm_tf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import tensorflow as tf
1010
import matplotlib.pyplot as plt
1111
from sklearn.utils import shuffle
12-
from util import relu, error_rate, getKaggleMNIST, init_weights
12+
from util import getKaggleMNIST
1313
from autoencoder_tf import DNN
1414

1515

0 commit comments

Comments
 (0)