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
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 here https://github.com/facebookresearch/ParlAI/blob/master/parlai/utils/misc.py#L554Describe 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