Skip to content

Custom Metric Support

Latest
Compare
Choose a tag to compare
@dvgodoy dvgodoy released this 19 May 14:01
· 1 commit to master since this release

This small release includes support for custom metrics and objects.
Prior to this release, DeepReplay expected a metric name like acc as argument and would fail if an instance of a metric object were passed as argument instead.
Now, it takes either a metric name or an instance of a metric object (custom or not).