Closed darioringach closed 3 years ago
...and if you keep running, it will jump again and slow even more:
Hi @darioringach i can confirm I’ve never had this in our dlc-live code or our dlc GUI, or bonsai or autopilot (to the extend we did a lot of testing for our paper).
Hi @darioringach i can confirm I’ve never had this in our dlc-live code or our dlc GUI, or bonsai or autopilot (to the extend we did a lot of testing for our paper).
Thanks. I guess I will first try with a different GPU card.
I doubt it’s the gpu; can you run the dlc-live benchmarking code, that profiles the system.
I doubt it’s the gpu; can you run the dlc-live benchmarking code, that profiles the system.
How long does the benchmarking code runs for? It's been looping for over 2 hours now doing Run #i out of 6.
I can confirm that this was a specific problem with the Quadro M6000.
Everything works fine on an RTX 2080 Ti.
crazy! Thanks for testing this @darioringach - super valuable to know :)
I am experiencing a sudden slow-down in performance in DLC Live, and I was wondering if anyone has seen this before and knows how to fix it.
I am running a simple python script that receives imagery data over memory mapped files:
The pose estimation takes normally about 12-14msec... but the, all of sudden, it jumps to ~140ms:
Any ideas what this could be? It happens after this processing loops has been working for 2-3 minutes. It always starts Ok and then it slows down. This is running on a Quadro M6000 24GB.
Thank you!
Dario