stheno
stheno copied to clipboard
Slow import with tensorflow_probability
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.
Code | Time taken |
---|---|
from time import time |
28 seconds |
from time import time |
3.6 seconds |
from time import time |
3.79 seconds |