Closed patel-zeel closed 1 year ago
Hey @patel-zeel! Thanks for opening an issue.
I can confirm that the load times are indeed slow. My suspicion is that Plum is to blame here, which recently started using inspect
to check whether or not from __future__ import annotations
is loaded or not. This mechanism should be improved soon, at which point this performance issue should automatically disappear. Hence, for now, unless this is blocking you, I'll leave this open, and revise the issue once the mechanism is Plum has been improved.
Hey @patel-zeel! With the new release of Plum, this issue should now be fixed.
Description of the bug
Hi @wesselb, when I try to import stheno with tensorflow_probability (reproduced in a fresh Google colab environment), it takes a long time, around 30 seconds.