Skip to content

Commit e75778b

Browse files
authored
Merge pull request #56 from linqiaozhi/master
include version in the output
2 parents c71649a + 3f032ad commit e75778b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tsne.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1671,7 +1671,7 @@ void TSNE::save_data(const char *result_path, double* data, double* costs, int n
16711671

16721672

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

16761676
// Define some variables
16771677
int N, D, no_dims, max_iter, stop_lying_iter;

0 commit comments

Comments
 (0)