Skip to content

Commit

Permalink
Merge pull request #18 from chadyuu/master
Browse files Browse the repository at this point in the history
fix a typo
  • Loading branch information
mp2893 authored Mar 6, 2023
2 parents 5afb17b + d7917d3 commit 28cb665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The execution command is `python create_glove_comap.py <seqs file> <tree file pr
This will create a file that contains the co-occurrence information of codes and ancestors.

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

3. Use the pretrained embeddings when you train GRAM.
Expand Down

0 comments on commit 28cb665

Please sign in to comment.