-
Notifications
You must be signed in to change notification settings - Fork 0
Add NN format samples builder #33
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
Conversation
7d7b72e to
eb8e5d8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds neural network format sample builders for training machine learning models on AST-based code formatting. The implementation includes support for generating training data from abstract syntax trees and preparing it for LSTM-based neural network training.
- Adds neural network sample builder infrastructure with dictionary and sequence management
- Implements tree-to-vector conversion for RNN training data generation
- Integrates file metadata management in code generators for enhanced tracking
Reviewed Changes
Copilot reviewed 77 out of 77 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| keras/format/ | Neural network training data, model files, and Python utilities for LSTM-based code formatting |
| cgen-nnparser/ | Core domain logic for NN format projects, dictionaries, and tree processing |
| cgen-lib/ | Enhanced file generators with metadata support and updated test expectations |
| cgen-console/ | Added command-line option for storing formatted output trees |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
No description provided.