File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ extraction from a solution `Project.sln` will only succeed if running
101
101
102
102
### Extractor Structure
103
103
Data extraction is split into two projects:
104
- * ` ExpressionDataExtractor ` : This is the actual command-line utility and with
104
+ * ` ExpressionDataExtractor ` : This is the actual command-line utility with
105
105
some code to find and build C# projects in a directory tree.
106
106
* ` SourceGraphExtractionUtils ` : This project contains the actual extraction
107
107
logic. Almost all of the interesting logic is in ` GraphDataExtractor ` , which
@@ -215,8 +215,8 @@ There are four different model types implemented:
215
215
but then relies on a 2-layer GRU to construct the target expression.
216
216
* ` seq2seq ` : An ablation using both a sequence encoder for the program context
217
217
as well as a sequence decoder.
218
+
218
219
All models have a wide range of different hyperparameters.
219
-
220
220
As these choices influence the format of tensorised data, both ` tensorise.py `
221
221
and ` train.py ` need to be re-run for every variation:
222
222
```
You can’t perform that action at this time.
0 commit comments