We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5afb17b commit d7917d3Copy full SHA for d7917d3
README.md
@@ -73,7 +73,7 @@ The execution command is `python create_glove_comap.py <seqs file> <tree file pr
73
This will create a file that contains the co-occurrence information of codes and ancestors.
74
75
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>`.
+The execution command is `python glove.py <co-occurrence file> <tree file prefix> <output path>`.
77
The embedding dimension is set to 128. If you change this, be careful to use the same value when training GRAM.
78
79
3. Use the pretrained embeddings when you train GRAM.
0 commit comments