Skip to content
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

refactoring code for better vectorization #107

Open
wants to merge 537 commits into
base: master
Choose a base branch
from

Conversation

maldil
Copy link

@maldil maldil commented Jun 27, 2022

Hi,

Thank you very much for your excellent work in qb.
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 to vectorization, since this usually improves performance and code quality. We made the following changes in batchflow, which remove the FOR loop and use .join(). I carefully checked the modification to ensure that it does not break the code. I will gladly contribute. Please help me to merge this.

EntilZha and others added 28 commits July 30, 2020 00:51
* add unicode fixing to question preprocessing

* add prompts

* dependency
* Update dan.py

* Update rnn.py

* Update elmo.py

* Update rnn.py

* Update dan.py

* Update elmo.py
* Update README.md

* Add files via upload

* Add back elastic search instructions

* Update README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.