Skip to content

Commit d7917d3

Browse files
authored
fix a typo
1 parent 5afb17b commit d7917d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The execution command is `python create_glove_comap.py <seqs file> <tree file pr
7373
This will create a file that contains the co-occurrence information of codes and ancestors.
7474

7575
2. Use "glove.py" on the co-occurrence file generated by create_glove_comap.py.
76-
The execution command is `python glovepy <co-occurrence file> <tree file prefix> <output path>`.
76+
The execution command is `python glove.py <co-occurrence file> <tree file prefix> <output path>`.
7777
The embedding dimension is set to 128. If you change this, be careful to use the same value when training GRAM.
7878

7979
3. Use the pretrained embeddings when you train GRAM.

0 commit comments

Comments
 (0)