Output
When evaluating the model, all output nodes are calculated and sent as the evaluation output. When training the model, outputs are not calculated.
You can modify the output data type and name by clicking on the node and configuring it on the right panel.
If the output type is image, then a PNG image is created. The value provided to the output node must have the shape (<height>, <width>), (1, <height>, <width>), (3, <height>, <width>) or (4, <height>, <width>). In the first and second cases, a black and white image is created. In the third case, an RGB image is created. In the last case, an RGBA image is created. If the value has data type Uint8, then 0 will mean no color and 255 full color. If the value has data type Float16, Float32 or Float64, then 0 will mean no color and 1 will mean full color.