vessl.log
Use vessl.log
in a training or testing loop to log a dictionary of metrics. Provide the step parameter for the loop unit – like the epoch value – and any metrics you want to log as a dictionary in the row
parameter.
You can also log images or audio types of objects. Provide a list of vessl.Image
objects or vessl.Audio
with data and captions as the payload
parameter with any dictionary key. Note that only the first key will be logged.
Parameter
Description
step
Unit size of the loop
payload
Dictionary of metrics or a list of vessl.Image
objects or vessl.Audio
objects
Logging metrics
Logging image objects
Logging audio objects
Last updated