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

Changed the code structure into more efficient way to separate graphs building of prediction process #5

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

Conversation

OmarSayedMostafa
Copy link

the following are the main updates:

  • created the ClinicalConceptExtraction class who contains the elmo model graph and clinical concept graph built and loaded in initiate time to avoid building them with every prediction process.

  • edited the build input method to work in a direct way by get embeddings and labels by the same batch size in one forward pass, instead of looping over sentences and get embeddings for each sentence and use tf.dataset to create padded iterator by the given batch size.

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.

1 participant