Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Using NumPy APIs to improve performance and the code quality, #325

Open
maldil wants to merge 1 commit intotensorflow:masterfrom
maldil:master
Open

Using NumPy APIs to improve performance and the code quality, #325
maldil wants to merge 1 commit intotensorflow:masterfrom
maldil:master

Conversation

@maldil
Copy link

@maldil maldil commented Jun 29, 2022

Thank you very much for your excellent work in tensorflow/ranking.

I am a graduate student at the University of Colorado, studying the best practices of evolving ML codes. From our research, one of the most common evolution best practice in ML code is the migration of loop-based computations, since it improves performance and code quality. We made the following changes in tensorflow/ranking, which remove the FOR loop and use NumPy APIs and List Comp. I carefully checked the modification to ensure that it does not break the code. I will gladly contribute. Please help me to merge this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant