Skip to content

Commit

Permalink
C=1e-7
Browse files Browse the repository at this point in the history
tensorboard log-dir: log_data/May_19/May_19_03_05N56/
  • Loading branch information
PeterMitrano committed May 19, 2017
1 parent b7e0bac commit d550da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcanet.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def main():
writer.add_summary(summary, 0)

# train linear SVM
svm = LinearSVC(C=1e-2, fit_intercept=False)
svm = LinearSVC(C=1e-7, fit_intercept=False)
svm.fit(train_pcanet_features, train_labels)
train_score = svm.score(train_pcanet_features, train_labels)

Expand Down

0 comments on commit d550da9

Please sign in to comment.