Skip to content

Commit 1722cce

Browse files
committed
update readme
1 parent d95b55b commit 1722cce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ We present Joint t-Stochastic Neighbor Embedding (Joint t-SNE), a technique to g
5353

5454
In this file, *algo* represents the hyperparamters of our algorithm except for *bfs_level*, which always equals to 1. *thesne* contains the information of the input data. Please remember that *data_name* must be consistent with the directory name in the previous step.
5555

56-
3. Create a shell script e.g. "YOUR_DATA.sh" in **Joint_tsne/scripts** as below:
56+
3. Create a shell script, e.g. "YOUR_DATA.sh" in **Joint_tsne/scripts** as below:
5757

5858
<code>
5959

@@ -100,7 +100,7 @@ There are several places you should pay attention to.
100100

101101
<code>
102102

103-
sh YOUR_SHELL.sh
103+
sh YOUR_DATA.sh
104104

105105
</code>
106106

0 commit comments

Comments
 (0)