Skip to content

Commit fb446ed

Browse files
authored
Update README.md
1 parent 0f78743 commit fb446ed

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# id2vec
22

3+
This project is based on code2vec.
4+
35
**Operating id2vec on an Ubuntu machine:**
46

57
First, run the following commands:
@@ -38,3 +40,8 @@ Explanation: the `&` literal disconnects stdin from the process that runs the pr
3840
and returns it to your shell. Then, the `disown` command removes the process from the shell's job control. This way,
3941
even if your terminal session is terminated (as happens when your ssh connection to the machine is terminated)
4042
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

Comments
 (0)