We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b3f5fc commit d445347Copy full SHA for d445347
img_clf.py
@@ -110,7 +110,7 @@ def save_bottlebeck_features():
110
111
112
def train_top_model():
113
- """trains the model and adds a classifier on top"""
+ """trains the classifier"""
114
train_data = np.load(open('bottleneck_features_train.npy', 'rb'))
115
train_labels = np.array([0] * (nb_train_samples / 2) + [1] * (nb_train_samples / 2))
116
0 commit comments