sbi-dev / sbi

Simulation-based inference toolkit
https://sbi-dev.github.io/sbi/
Apache License 2.0
546 stars 133 forks source link

GPU compatible (L-)C2ST #1160

Open JuliaLinhart opened 1 month ago

JuliaLinhart commented 1 month ago

Is your feature request related to a problem? Please describe. For high-dimensional datasets, running C2ST (and especially L-C2ST) can be fairly slow. Unfortunately, these metrics / diagnostics rely on the use of sklearn classifiers that are not GPU compatible.

Describe the solution you'd like It would be nice to allow the use of classifiers from other libraries, such as skorch, that can be trained with a GPU.

Describe alternatives you've considered NA

Additional context NA