We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc06dbc commit 1f10c14Copy full SHA for 1f10c14
unsupervised_class2/rbm_tf.py
@@ -9,7 +9,7 @@
9
import tensorflow as tf
10
import matplotlib.pyplot as plt
11
from sklearn.utils import shuffle
12
-from util import relu, error_rate, getKaggleMNIST, init_weights
+from util import getKaggleMNIST
13
from autoencoder_tf import DNN
14
15
0 commit comments