You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.
It might just be me, but I was recently timing / profiling some reasonably fast code and noticed that the bottleneck was the qml import. I then ran a file containing only the two imports that were causing the bottleneck, i.e. import.py containing:
from qml.kernels import gaussian_kernel
from qml.math import cho_solve
and it took my reasonably crap laptop 4s to run that. Is it just me or could there be some hefty imports in those modules?
Thanks,
Puck
The text was updated successfully, but these errors were encountered:
Hello,
It might just be me, but I was recently timing / profiling some reasonably fast code and noticed that the bottleneck was the qml import. I then ran a file containing only the two imports that were causing the bottleneck, i.e.
import.py
containing:and it took my reasonably crap laptop 4s to run that. Is it just me or could there be some hefty imports in those modules?
Thanks,
Puck
The text was updated successfully, but these errors were encountered: