Unanswered
Hello!
Tell Me Please, Is It Intended That Nan Values Are Converted To 0 When Logging?
Upd: I See Nan In The Tensorboard, And 0 In Clearml.
Upd2: Use V1.1.*
AgitatedDove14 CostlyOstrich36 CheerfulGorilla72
please note, NaN isn't part of the JSON spec. and only Python implementation of JSON supports it.
so you have to either convert NaN to 0, as we chose to do, or drop them.
145 Views
0
Answers
2 years ago
one year ago