-
Notifications
You must be signed in to change notification settings - Fork 12
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
More light-weight LMScores
proto.
#98
Comments
I suppose we can introduce the flags controlling this behavior in the request protos. |
Dear @agutkin, if no one worked on your suggestion yet, I can propose working on it by adding a new optional field to the if that suits you, it will be a great opportunity to contribute to one of google's research repos and I will be happy to assign me the task. |
Hi Adham, Thanks for volunteering! Unfortunately we cannot accept external pull requests -- this is because it is impossible to re-integrate the external changes back into our internal repository automatically -- this is the way MozoLM was set up. One way around this is to directly (but manually) integrate the requested changes into our internal system and then export them to Github. In this scenario you send a PR, I review it and integrate it manually internally and re-export. Not great. |
Still sounds great, have no issue with this approach, as I am a fresh graduate and I am very motivated to learn and contribute to open source and real cases, to help increase my skills and find a job. I will begin with implementing my proposal, test it and send a PR and then we evaluate the situation, if that suits you. Thank you. |
I have made the required changes and made test cases using the Google test framework; all have passed while the message can be serialized and deserialized correctly using the modified code., I will make a pull request to review it. Test Cases
|
making changes according to issue google-research#98
Thank you @aadhamm! |
In a simple scenario there is no need to return symbols every time
LMScores
proto is requested since these are generally immutable if the scores don't need to be sorted.The text was updated successfully, but these errors were encountered: