Skip to content

Conversation

@tachella
Copy link
Contributor

@tachella tachella commented Jan 16, 2026

This PR adds the run_benchmark function to this repo such that users can quickly evaluate their model on a given benchmark as

from deepinv_bench import run_benchmark
my_solver = lambda y, physics: ...  # your solver here
results = run_benchmark(my_solver, "benchmark_name")

@tomMoral is there an easy way to do this with benchopt? see todo in the PR :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants