Concatenation of non-tensor values when using DP accelerator do not get aggregated in lists #10155
Labels
bug
Something isn't working
help wanted
Open to be worked on
priority: 1
Medium priority task
strategy: dp (removed in pl)
DataParallel
🐛 Bug
When using DP mode, tensors are concatenated/stacked at the input of
training_step_end
, etc. Other non-tensor objects are not concatenated in lists, but rather displayed as a string object, e.g.,'<map object at 0x7fcd1d1e5700>'
.To Reproduce
Expected behavior
print("outputs on step end", outputs)
is something likebut should be something like
Environment
conda
,pip
, source): pipenvAdditional context
Discussion following this message and discussion with @awaelchli.
The text was updated successfully, but these errors were encountered: