-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add processing for ICLR-GREAT Paper and Fix bugs #8
Merged
Commits on Aug 4, 2020
-
Add data generation for ICLR-GREAT model
Add JsonVisitor to preprocess dataset for the ICLR-GREAT model. Also hack-fix some of the NullPointer / Peek errors.
Configuration menu - View commit details
-
Copy full SHA for 8eb4d8a - Browse repository at this point
Copy the full SHA 8eb4d8aView commit details
Commits on Aug 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 81134ea - Browse repository at this point
Copy the full SHA 81134eaView commit details
Commits on Aug 6, 2020
-
Refactor DataGenerator to use less memory
Refactored DataGenerator in general and added BufferedOutputStream to flush and avoid running out of memory with bigger datasets.
Configuration menu - View commit details
-
Copy full SHA for 81120b0 - Browse repository at this point
Copy the full SHA 81120b0View commit details -
Catch exception when code can't be parsed
If processing huge datasets there are bound to be code that on purpose doesn't compile. This commit will catch those examples and ignores them.
Configuration menu - View commit details
-
Copy full SHA for 052abd1 - Browse repository at this point
Copy the full SHA 052abd1View commit details
Commits on Aug 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d4f4837 - Browse repository at this point
Copy the full SHA d4f4837View commit details -
Configuration menu - View commit details
-
Copy full SHA for 015c8ed - Browse repository at this point
Copy the full SHA 015c8edView commit details
Commits on Aug 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for df56817 - Browse repository at this point
Copy the full SHA df56817View commit details
Commits on Aug 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5c7df43 - Browse repository at this point
Copy the full SHA 5c7df43View commit details
Commits on Aug 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 13a2b67 - Browse repository at this point
Copy the full SHA 13a2b67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76b9abb - Browse repository at this point
Copy the full SHA 76b9abbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9e98c9 - Browse repository at this point
Copy the full SHA e9e98c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b229d9e - Browse repository at this point
Copy the full SHA b229d9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 210c79b - Browse repository at this point
Copy the full SHA 210c79bView commit details
Commits on Aug 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for dc6bd7f - Browse repository at this point
Copy the full SHA dc6bd7fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.