You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
suggests that performance measurements are supposed to be capture. This suggests it is not to capture inputs.
How do I log configuration (which is input)?
How do I log metadata for Datasets?
Loggers seem to be very tailored towards neural networks and similarly iteratively improving algorithms. I do not have that - are loggers not for me then? I am confused.
I do not understand why the "series" is named as such. In math, a series is the sum of a sequence. I am not aware that "series" is a term in computer science or machine learning. The term "time series" exists, but this is a misnomer and a "time series" is a sequence. Do you mean "sequence"?
I do not understand why the "scalar" is named as such. In math, a scalar is used in the context of [vector spaces](https://en.wikipedia.org/wiki/Scalar_(mathematics), including the result of an inner product. In programming it sometimes relates to a non-composite value. But, unless I misunderstand, the logger means to log an "element" or "member" of a sequence, right?
Esp. regarding questions 4-6, I get the feeling that I approach this from a certain (math-y) angle, that is not what the designers of the ClearML SDK had in mind and that is why it makes no sense in my head. What is the angle, that I should take to wrap my head around this?
The text was updated successfully, but these errors were encountered:
suggests that performance measurements are supposed to be capture. This suggests it is not to capture inputs.
Dataset
s?Esp. regarding questions 4-6, I get the feeling that I approach this from a certain (math-y) angle, that is not what the designers of the ClearML SDK had in mind and that is why it makes no sense in my head. What is the angle, that I should take to wrap my head around this?
The text was updated successfully, but these errors were encountered: