01.03.2024, 22:42
This message is triggered by "numpy" which is used by Deoldify.
I will add an option in the filter to set the number of thread (default = 8).
It is just enough to add the following code in the filter
Dan
I will add an option in the filter to set the number of thread (default = 8).
It is just enough to add the following code in the filter
os.environ['NUMEXPR_MAX_THREADS'] = '8'
Dan