-
Notifications
You must be signed in to change notification settings - Fork 7
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
Assign tasks to workers #525
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a7018d4
to
825ef39
Compare
36b53d8
to
825ef39
Compare
4 tasks
825ef39
to
bfa4299
Compare
2dd8ce8
to
a02a5bb
Compare
gabegma
commented
Apr 5, 2023
gabegma
commented
Apr 5, 2023
c28c839
to
cdaa737
Compare
cdaa737
to
e43830a
Compare
e43830a
to
2b6dd36
Compare
3ecfa72
to
c5fbc3c
Compare
2b6dd36
to
400c873
Compare
7308b74
to
009f85e
Compare
009f85e
to
853dae9
Compare
cdcd11b
to
e7045a4
Compare
e7045a4
to
1657e0e
Compare
BTW - While investigating memory usage - I’m under the impression that we have some memory leakage issues with the saliency tasks. I added issue #549. |
JosephMarinier
approved these changes
Apr 19, 2023
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.
Awesome! Good job on the graphs and all the profiling. 👍
gabegma
added a commit
that referenced
this pull request
Apr 19, 2023
* Send tasks that require the pipelines to same worker * Move encoder to ArtifactManager * Add memory-profiler to profile the memory usage * Move the encoder out of the ArtifactManager * Adapt based on comments * Assign encoder and model tasks to same worker * Fix similarity test * Add worker to custom tasks * Add TODO
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Part of #521
Fixes #411
Description:
Here is the memory before and after the change.


Checklist:
You should check all boxes before the PR is ready. If a box does not apply, check it to acknowledge it.
ran
pre-commit run --all-files
at the end.our users.
README
files and our wiki for any big design decisions, if relevant.