You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
Describe the solution you'd like
I think it should be an easy fix? just check if it's dynamic batching, and add another full loop? so that we could have both both --display_examples True and --dynamic-batching full
The text was updated successfully, but these errors were encountered:
This issue has not had activity in 30 days. Please feel free to reopen if you have more issues. You may apply the "never-stale" tag to prevent this from happening.
when having both
--display_examples True
and--dynamic-batching full
,I pdbed, it's because
msg
is a list of dictionaries instead of a dictionary in herehttps://github.com/facebookresearch/ParlAI/blob/master/parlai/utils/misc.py#L554
Describe the solution you'd like
I think it should be an easy fix? just check if it's dynamic batching, and add another full loop? so that we could have both both
--display_examples True
and--dynamic-batching full
The text was updated successfully, but these errors were encountered: