Question: Which GPU do you use for example notebooks?
bjmacdonald opened this issue · 3 comments
Could you please share which GPU you are using when you run and save the example notebooks?
According to the comments in older versions you were using a GTX 1070ti. I have just run the SMC2 fit in stochastic-volatility.ipynb with a Titan V and my result is actually slower than that in the notebook in master branch at ~9it/s vs ~10it/s.
The Titan should be 2x faster than the 1070ti in fp32 so I hope you have upgraded and I am comparing against a different GPU!
Hey!
Thanks for trying out pyfilter, and sorry for the late reply, I don't seem to get any notifications via email...
And yes, I've since upgraded my rig - apologies for the confusion! I'll update the example notebooks to pull the device information directly from torch instead. I'm currently using an RTX 3070
No problem - and thankyou for the info as well as pyfilter itself! Would be great to have it auto-populate going forward.
I'm hoping to have time to take a closer look over the next few weeks.
Hey again! See #151.