sbi-dev / sbi

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

Remove UserWarning about GPU speed up #1168

Closed janfb closed 3 weeks ago

janfb commented 3 weeks ago

I got a bit annoyed about always getting a warning that GPU will only result in speed ups when using large nets.

I think we should remove that warning. It really depends on the network, hardware and settings whether there will be a speed-up or not. We should leave this decision to the user.

I suggest to remove that warning.

michaeldeistler commented 3 weeks ago

yes sounds good