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

pt.Experiment should accept a batch_size parameter #98

Closed
cmacdonald opened this issue Feb 21, 2021 · 2 comments
Closed

pt.Experiment should accept a batch_size parameter #98

cmacdonald opened this issue Feb 21, 2021 · 2 comments
Milestone

Comments

@cmacdonald
Copy link
Contributor

Internally this would, at a minimum, use transform_gen() on each transformer pipeline.
Optionally, it would evaluate on each batch independently, and then merge the evaluation results.

cmacdonald added a commit that referenced this issue Mar 30, 2021
pt.Experiment should accept a batch_size parameter #98
@cmacdonald cmacdonald added this to the 0.6 milestone Mar 30, 2021
@cmacdonald
Copy link
Contributor Author

Now addressed.

@cmacdonald
Copy link
Contributor Author

The API looks like pt.Experiment([systems], topics, qrels, ["map"], batch_size=5)

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

No branches or pull requests

1 participant