When you visualize metrics against an X-axis other thanDocumentation Index
Fetch the complete documentation index at: https://wb-21fd5541-style-guide-support-models-articles-20260527-00.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Step, expect to see fewer data points. You must log metrics at the same Step to keep them synchronized. W&B only samples metrics logged at the same Step when it interpolates between samples.
Log related metrics together
To keep related metrics aligned on the sameStep, bundle them into a single log() call. For example, instead of:
step parameter, synchronize metrics in the code:
step value remains the same in both log() calls so that the metrics log under the same step and sample together. The step value must increase monotonically in each call. Otherwise, W&B ignores the step value.
Experiments Metrics