Unexpected dataloader_idx_X added after log_dict. #6091
Labels
bug
Something isn't working
help wanted
Open to be worked on
logging
Related to the `LoggerConnector` and `log()`
priority: 1
Medium priority task
Milestone
🐛 Bug
Trainer is adding
dataloader_idx_X
to metrics, but it is not supposed to since the name of my metrics aredata1/x
anddata2/x
. It currently displays asdata1/x/dataloader_idx_0=3.46e-14, data2/x/dataloader_idx_1=3.49e-14
in progress bar.To Reproduce
https://colab.research.google.com/drive/1L_0LOl7pUeL7bzh6uZiRa3-WXYQQwirN?usp=sharing
Expected behavior
It should appear in progress bar the information as
data1/x=3.46e-14, data2/x=3.49e-14
andModelCheckpoint
should finddata1/x
to save based on it.Environment
Additional context
This was not happening before (I was using another version, but recently updated my pytorch lightning docker container), so I don't have working version information.
The text was updated successfully, but these errors were encountered: