This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHubThe LossGraphNode creates a visual graph of training loss values over time and saves it as an image file. It takes loss data from training processes and generates a line chart showing how the loss changes across training steps. The resulting graph includes axis labels, min/max loss values, and is automatically saved to the temporary output directory with a timestamp.
Inputs
Note: The
loss parameter requires a valid loss dictionary containing a “loss” key with loss values. The node automatically scales the loss values to fit the graph dimensions and generates a line plot showing the loss progression over training steps.