Skip to content

Commit

Permalink
Merge pull request #56 from linqiaozhi/master
Browse files Browse the repository at this point in the history
include version in the output
  • Loading branch information
linqiaozhi authored Oct 28, 2018
2 parents c71649a + 3f032ad commit e75778b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tsne.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1671,7 +1671,7 @@ void TSNE::save_data(const char *result_path, double* data, double* costs, int n


int main(int argc, char *argv[]) {
printf("=============== t-SNE ===============\n");
printf("=============== t-SNE v1.0.0 ===============\n");

// Define some variables
int N, D, no_dims, max_iter, stop_lying_iter;
Expand Down

0 comments on commit e75778b

Please sign in to comment.