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

Fix eval hang #9053

Closed
wants to merge 2 commits into from
Closed

Fix eval hang #9053

wants to merge 2 commits into from

Conversation

gongel
Copy link
Member

@gongel gongel commented Aug 29, 2024

PR types

Bug fixes

PR changes

APIs

Description

Copy link

paddle-bot bot commented Aug 29, 2024

Thanks for your contribution!

Copy link

codecov bot commented Aug 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 52.96%. Comparing base (db80bdd) to head (d84ff3a).
Report is 40 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #9053   +/-   ##
========================================
  Coverage    52.95%   52.96%           
========================================
  Files          656      656           
  Lines       106286   106286           
========================================
+ Hits         56289    56293    +4     
+ Misses       49997    49993    -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -1532,7 +1532,7 @@ def get_eval_dataloader(self, eval_dataset: Optional[Dataset] = None) -> DataLoa
eval_dataset,
batch_sampler=eval_sampler,
collate_fn=self.data_collator,
num_workers=self.args.dataloader_num_workers,
num_workers=0,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

需要合入吗?这个建议查根本原因吧。num_worker=0略微影响性能。

@CLAassistant
Copy link

CLAassistant commented Sep 29, 2024

CLA assistant check
All committers have signed the CLA.

@ForkCollections ForkCollections closed this by deleting the head repository Sep 29, 2024
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.

4 participants