-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
It takes a noticeably long time to just import TFP substrates:
$ time python3 -c "import tensorflow_probability.substrates.jax"
python3 -c "import tensorflow_probability.substrates.jax" 4.72s user 0.77s system 116% cpu 4.724 total
$ time python3 -c "import tensorflow_probability.substrates.numpy"
python3 -c "import tensorflow_probability.substrates.numpy" 4.75s user 0.86s system 115% cpu 4.843 total
Might it be possible to speed up these imports somehow?
Metadata
Metadata
Assignees
Labels
No labels