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
101101
102102### Extractor Structure
103103Data 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
105105 some code to find and build C# projects in a directory tree.
106106* ` SourceGraphExtractionUtils ` : This project contains the actual extraction
107107 logic. Almost all of the interesting logic is in ` GraphDataExtractor ` , which
@@ -215,8 +215,8 @@ There are four different model types implemented:
215215 but then relies on a 2-layer GRU to construct the target expression.
216216* ` seq2seq ` : An ablation using both a sequence encoder for the program context
217217 as well as a sequence decoder.
218+
218219All models have a wide range of different hyperparameters.
219-
220220As these choices influence the format of tensorised data, both ` tensorise.py `
221221and ` train.py ` need to be re-run for every variation:
222222```
You can’t perform that action at this time.
0 commit comments