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

Move deep-copying to experiment manager #57

Merged
merged 1 commit into from
Nov 8, 2022
Merged

Move deep-copying to experiment manager #57

merged 1 commit into from
Nov 8, 2022

Conversation

atreyasha
Copy link
Member

This PR moves deep copying to the experiment manager instead of the generic pipeline

This makes more sense since deep copying of arguments should happen
in the higher-scope experiment manager than inside the pipeline, which
should just use what it gets
@github-actions
Copy link

github-actions bot commented Nov 8, 2022

Coverage

Coverage Report
FileStmtsMissCoverMissing
parser.py00100% 
privacy_glue.py00100% 
reading_comprehension.py00100% 
sequence_classification.py00100% 
sequence_tagging.py0558%9, 12, 15, 18, 21
tasks
   opp_115.py00100% 
   piextract.py00100% 
   policy_detection.py00100% 
   policy_ie_a.py00100% 
   policy_ie_b.py00100% 
   policy_qa.py00100% 
   privacy_qa.py00100% 
utils
   experiment_utils.py00100% 
   logging_utils.py00100% 
   parser_utils.py00100% 
   pipeline_utils.py00100% 
   task_utils.py00100% 
   trainer_utils.py00100% 
TOTAL822599% 

Tests Skipped Failures Errors Time
1397 210 💤 0 ❌ 0 🔥 40.894s ⏱️

@atreyasha atreyasha merged commit 765a82a into main Nov 8, 2022
@atreyasha atreyasha deleted the as/fixes branch November 8, 2022 14:31
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