Are there any ways to make optimize
faster?
#951
Unanswered
masafumimori
asked this question in
Q&A
Replies: 1 comment
-
numba may help. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was wondering if there is a way to make
optimize
faster?I looked at the code and it already uses
multiprocessing
but when the variety of parameters are a lot (like image) it takes a long time.So I was wondering if there is a way to make it faster.
I tried:
multiprocessing
: throws errordaemonic processes are not allowed to have children
ThreadPoolExecutor
: improved a few secondsIf you have any ideas it would be very appreciated.
Beta Was this translation helpful? Give feedback.
All reactions