aai-institute / nnbench

A small framework for benchmarking machine learning models.
https://aai-institute.github.io/nnbench/
Apache License 2.0
10 stars 3 forks source link

Add Parameters to Benchmarks #103

Closed maxmynter closed 6 months ago

maxmynter commented 6 months ago

Closes #101

Add the Parameters to a 'BenchmarkRecord' by appending it to the results. Omit the type information from the Variable object and only retain variable name and value.