Strange visualization of the log during the test #8930
Labels
bug
Something isn't working
help wanted
Open to be worked on
logging
Related to the `LoggerConnector` and `log()`
🐛 Bug
Hello,
in module 'test_epoch_end' I calculate the final metric
but after getting the output, I found that the accuracy of the data written to the log differs from the original value
Result
console output:
score 0.8403041825095058 != 0.8403041958808899
I think I can draw the wrong conclusion from such an error in the results?
pytorch-lightning==1.4.1
torch==1.9.0
The text was updated successfully, but these errors were encountered: