Skip to content

Commit 986cf66

Browse files
authored
Update README.md
1 parent af7cb1d commit 986cf66

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ Then run init.sh in order to install necessary packages:
1717
./init.sh
1818
```
1919

20-
The data should be found in raw_data. raw_data should contain repositories with .ts files.
20+
### Preprocess
21+
22+
The data should be found in a directory called raw_data; it should contain repositories with .ts files.
2123
Remove unnecessary files and split the data before preprocessing it:
2224
```bash
2325
find raw_data ! -name '*.ts' -type f -exec rm -f {} +
@@ -42,6 +44,9 @@ and returns it to your shell. Then, the `disown` command removes the process fro
4244
even if your terminal session is terminated (as happens when your ssh connection to the machine is terminated)
4345
the process will continue running in the background.
4446

47+
48+
### Train
49+
4550
Finally, to train the neural network run:
4651
```bash
4752
./train.sh

0 commit comments

Comments
 (0)