Skip to content

Commit d445347

Browse files
author
Robert Coleman
authored
Update img_clf.py
1 parent 9b3f5fc commit d445347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

img_clf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def save_bottlebeck_features():
110110

111111

112112
def train_top_model():
113-
"""trains the model and adds a classifier on top"""
113+
"""trains the classifier"""
114114
train_data = np.load(open('bottleneck_features_train.npy', 'rb'))
115115
train_labels = np.array([0] * (nb_train_samples / 2) + [1] * (nb_train_samples / 2))
116116

0 commit comments

Comments
 (0)