-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Are there any ways to make optimize
faster?
#951
Unanswered
masafumimori
asked this question in
Q&A
-
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.
スクリーンショット 2023年03月29日 125826
I tried:
- using
multiprocessing
: throws errordaemonic processes are not allowed to have children
- usnig
ThreadPoolExecutor
: improved a few seconds
If you have any ideas it would be very appreciated.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
numba may help.
https://numba.readthedocs.io/en/stable/user/5minguide.html
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment