We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f78743 commit fb446edCopy full SHA for fb446ed
README.md
@@ -1,5 +1,7 @@
1
# id2vec
2
3
+This project is based on code2vec.
4
+
5
**Operating id2vec on an Ubuntu machine:**
6
7
First, run the following commands:
@@ -38,3 +40,8 @@ Explanation: the `&` literal disconnects stdin from the process that runs the pr
38
40
and returns it to your shell. Then, the `disown` command removes the process from the shell's job control. This way,
39
41
even if your terminal session is terminated (as happens when your ssh connection to the machine is terminated)
42
the process will continue running in the background.
43
44
+Finally, to train the neural network run:
45
+```bash
46
+./train.sh
47
+```
0 commit comments