Custom Metrics
Last updated
Last updated
You can write your own custom metrics to be calculated and stored for later use within the Metrics Dashboard.
Tensorleap stores metrics and metadata for every sample. This allows the user to investigate certain populations within the dataset. This also means that the custom metric is calculated per prediction on a single sample.
Example of usage:
Once this metric is parsed within the dataset script, it should be added to the model as a block.
This is done by:
right clicking on the Network view,
choosing Metric
Selecting the required Metric from the Node Details menu
Connecting the metric to the relevant blocks.